Page cover

create

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.

Usage

cldkctl registry artifact tag create [tag] [flags]

Steps

Follow the steps below to run and view the result of this command:

  1. Ensure that you are logged in. Refer to the Registry Login section.

  2. Identify the Artifact ID that you want to tag. Refer to the Registry Artifact List section.

  3. Run the following command in your terminal:

./cldkctl --registry [registry name] registry artifact tag create [tag] --artifact [artifact ID]
  1. Replace [registry name] with the target registry, [tag] with the desired tag name, and [artifact id] with the unique ID of the artifact.

  2. Once successful, the terminal displays "✓ Artifact tag created".

Flags

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