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, lsSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
./cldkctl registry listThe command will display registry information including the ID, Name, Accessibility, and Capacity.
Review the list to verify that the registry you need exists and check its capacity utilization.

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
-h, --help
Help for the registry list command.
-p, --project string
Specifies the project ID to scope the operation.
Last updated
