artifact
Last updated

The cldkctl registry artifact command manages artifacts within the container registry. This command allows you to create, update, delete, and organize artifacts. You can also manage labels and tags, perform security scans, and pull artifacts from the registry.
cldkctl registry artifact [flags]cldkctl registry artifact [command]artifact, arc, artlabel
Manage labels for artifacts.
list
List all artifacts.
pull
Pull an artifact from the registry.
scan
Manage security scans for artifacts.
tag
Manage tags for artifacts.
This command supports global flags. Refer to the Global Flags section for details.
-a, --artifact string
Specify artifact ID.
-h, --help
Help for the registry artifact command.
-p, --project string
Specify project ID.
Last updated