Artifacts - Manage Artifacts namespaces and repos with Wrangler CLI
Key Points
- Manage namespaces and repos via Wrangler
- Create and delete repos from CLI
- Issue repo-scoped Git access tokens
Summary
Wrangler CLI now includes commands to manage Cloudflare Artifacts namespaces, repositories, and repo-scoped Git tokens. Engineers can list and inspect namespaces and repos, create and delete repos inside a namespace, and issue repo-scoped tokens for Git access directly from the CLI.
Key Points
- Namespace commands
wrangler artifacts namespaces list— list Artifacts namespaces in your accountwrangler artifacts namespaces get— get metadata for a namespace
- Repo commands
wrangler artifacts repos create— create a repo inside a namespacewrangler artifacts repos list— list repos in a namespacewrangler artifacts repos get— get metadata for a repowrangler artifacts repos delete— delete a repo
- Token management
wrangler artifacts repos issue-token— issue a repo-scoped token for Git access
- Getting started: run the commands from your terminal and consult the Wrangler Artifacts commands documentation for examples and required permissions.
Practical notes
- Commands operate at account and namespace scope; ensure you have the correct account and namespace context configured in your Wrangler/Cloudflare settings.
- Repo-scoped tokens are intended for Git access—treat them like credentials and rotate/revoke as needed.