Page cover

label

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.

Usage

cldkctl registry label [flags]
cldkctl registry label [command] 

Available commands

Command
Description

create

Create a new label.

delete

Delete a label.

list

List all labels.

update

Update an existing label.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for the registry label command.

-p, --project string

Specifies the project ID to scope the operation.

Last updated