quota
Last updated

The cldkctl registry quota command retrieves information about the storage quota for the registry. This includes the total available storage, used space, and storage limits within the project.
cldkctl registry quota [flags]Follow the steps below to run and view the result of this command:
Ensure you have an existing registry.
Use the --registry global flag to specify which registry you want to check.
Run the following command in your terminal and replace <registry_name> with your target registry name.
cldkctl --registry <registry_name> registry quotaThe command will display information about the total number of registries and their combined storage usage

Total Registry
The number of registries currently in use compared to the maximum number allowed within the project.
Total Size
The total allocated storage and the limit for registry storage capacity in the project.
This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the registry quota command.
-p, --project string
Specifies the project ID to scope the operation.
Last updated