label
Usage
cldkctl registry label [flags]
cldkctl registry label [command] Available commands
Command
Description
Flags
Flag
Description
Last updated

The cldkctl registry label command manages labels in your container registry. This command allows you to create, update, delete, and list labels that are used for organizing and categorizing artifacts within repositories.
cldkctl registry label [flags]
cldkctl registry label [command] create
Create a new label.
delete
Delete a label.
list
List all labels.
update
Update an existing label.
This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for the registry label command.
-p, --project string
Specifies the project ID to scope the operation.
Last updated