OpenAICloudflare Developer PlatformMay 18, 2026, 12:00 AM

Artifacts - Manage Artifacts namespaces and repos with Wrangler CLI

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

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 account
    • wrangler artifacts namespaces get — get metadata for a namespace
  • Repo commands
    • wrangler artifacts repos create — create a repo inside 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
  • 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.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

Artifacts - Wrangler CLI で Artifacts の namespaces と repos を管理する

Wrangler CLI で Artifacts の namespaces と repos を管理する

公開日: 2026-05-18

カテゴリ: Artifacts

Wrangler CLI から直接 Artifacts の namespaces、repos、および repo スコープのトークンを管理できるようになりました。

利用可能なコマンド

  • wrangler artifacts namespaces list — アカウント内の Artifacts namespaces を一覧表示します。
  • wrangler artifacts namespaces get — namespace のメタデータを取得します。
  • wrangler artifacts repos create — namespace に repo を作成します。
  • wrangler artifacts repos list — namespace 内の repos を一覧表示します。
  • wrangler artifacts repos get — repo のメタデータを取得します。
  • wrangler artifacts repos delete — repo を削除します。
  • wrangler artifacts repos issue-token — Git アクセス用の repo スコープトークンを発行します。

始め方

開始するには、Wrangler Artifacts commands documentation を参照してください。


その他のリソース:

  • API
  • Help Center
  • System Status

この記事は役に立ちましたか? はい / いいえ

Artifacts - Manage Artifacts namespaces and repos with Wrangler CLI | Cloudflare Developer Platform | DocsDigest