---
title: Manage Artifacts namespaces and repos with Wrangler CLI
description: Manage Artifacts namespaces, repos, and repo-scoped tokens from the command line using Wrangler.
image: https://developers.cloudflare.com/changelog-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/changelog/llms.txt  
> Use this file to discover all available pages before exploring further.

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## Manage Artifacts namespaces and repos with Wrangler CLI

May 18, 2026 

[ Artifacts ](https://developers.cloudflare.com/artifacts/) 

You can now manage [Artifacts](https://developers.cloudflare.com/artifacts/) namespaces, repos, and repo-scoped tokens directly from Wrangler CLI.

Available commands:

* `wrangler artifacts namespaces list` — List Artifacts namespaces in your account.
* `wrangler artifacts namespaces get` — Get metadata for a namespace.
* `wrangler artifacts repos create` — Create a repo in a namespace.
* `wrangler artifacts repos list` — List repos in a namespace.
* `wrangler artifacts repos get` — Get metadata for a repo.
* `wrangler artifacts repos delete` — Delete a repo.
* `wrangler artifacts repos issue-token` — Issue a repo-scoped token for Git access.

To get started, refer to the [Wrangler Artifacts commands documentation](https://developers.cloudflare.com/workers/wrangler/commands/artifacts/).