Page cover

list

The cldkctl registry list command displays a list of all registries available in your project. This includes important information such as the registry ID, name, accessibility level, and capacity usage. This command helps you quickly review and monitor existing registries within your project environment.

Usage

cldkctl registry list [flags]

Aliases

list, ls

Steps

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

  1. Run the following command in your terminal:

./cldkctl registry list
  1. The command will display registry information including the ID, Name, Accessibility, and Capacity.

  2. Review the list to verify that the registry you need exists and check its capacity utilization.

Column
Description

ID

The unique identifier for the registry.

Name

The name assigned to the registry.

Accessibility

Indicates whether the registry is Public or Private.

Capacity

Displays the used and total storage capacity of the registry.

Flags

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

Flag
Description

-h, --help

Help for the registry list command.

-p, --project string

Specifies the project ID to scope the operation.

Last updated