detail
The cldkctl registry detail command displays a detailed summary of a specific registry within the project. It shows key information such as the registry name, description, number of repositories, accessibility (public or private), and current storage usage. This command helps users verify configuration details and monitor storage consumption for a specific registry.
Usage
cldkctl registry detail [registry name] [flags]Steps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal and replacing <registry_name> with your target registry.
cldkctl registry detail <registry_name>If you are unsure which registry name to use, refer to the Registry List section to view all available registries in your project.
Ensure you are using the correct project context and have permission to view registry details.
The command outputs registry information, including the number of repositories, accessibility level, and used storage capacity.
Use this information to verify your registry configuration or monitor usage levels.

Name
The registry name.
Repositories
Total number of repositories stored in this registry.
Accessibility
Indicates whether the registry is Public or Private.
Description
User-defined description of the registry.
Used
Shows the used and total capacity of the registry.
Flags
-h, --help
Help for the registry detail command.
-p, --project string
Specifies the project ID to scope the operation.
Last updated
