create
Usage
cldkctl registry artifact tag create [tag] [flags]Steps
cldkctl --registry [registry name] registry artifact tag create [tag] --artifact [artifact ID]
Flags
Last updated

The cldkctl registry artifact tag create command creates a new tag for an existing artifact in the container registry. Tags are used to manage different versions of an artifact, enabling better version tracking and control.
cldkctl registry artifact tag create [tag] [flags]Follow the steps below to run and view the result of this command:
Ensure that you are logged in. Refer to the Registry Login section.
Identify the Artifact ID that you want to tag. Refer to the Registry Artifact List section.
Run the following command in your terminal:
cldkctl --registry [registry name] registry artifact tag create [tag] --artifact [artifact ID]Replace [registry name] with the target registry, [tag] with the desired tag name, and [artifact id] with the unique ID of the artifact.
Once successful, the terminal displays "✓ Artifact tag created".

This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the registry artifact tag create command.
Last updated