Page cover

repo

The cldkctl registry repo command manages container repositories within the registry. This command allows you to list, delete, and view details of repositories. Repositories are collections that store and organize container images and other artifacts.

Usage

cldkctl registry repo [flags]
cldkctl registry repo [command] 

Available commands

Command
Description

list

List all repositories.

Flags

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

Flag
Description

-h, --help

Help for the registry repo command.

-p, --project string

Specifies the project ID to scope the operation.

Last updated