Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 955 Bytes

File metadata and controls

21 lines (17 loc) · 955 Bytes
title Wrangler support for Artifacts
description Manage Artifacts namespaces, repositories, and repo-scoped tokens from the command line using Wrangler.
products
artifacts
date 2026-05-15

You can now manage Artifacts namespaces, repositories, and repo-scoped tokens directly from Wrangler.

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.