Page cover

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:

  1. Run the following command in your terminal and replacing <registry_name> with your target registry.

cldkctl registry detail <registry_name>
  1. If you are unsure which registry name to use, refer to the Registry List section to view all available registries in your project.

  2. Ensure you are using the correct project context and have permission to view registry details.

  3. The command outputs registry information, including the number of repositories, accessibility level, and used storage capacity.

  4. Use this information to verify your registry configuration or monitor usage levels.

Column
Description

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

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

Flag
Description

-h, --help

Help for the registry detail command.

-p, --project string

Specifies the project ID to scope the operation.

Last updated