cldkctl box
Last updated

The box command provides access to object storage services within your Cloudeka projects. This command allows you to list, view, and manage object storage instances and buckets. Operations performed through this command are primarily read-only, allowing you to check configurations, usage, and access credentials for your object storage.
cldkctl box [flags]cldkctl box [command]
access-key-create
Create object storage access keys.
access-key-delete
Delete object storage access keys.
access-key-list
Show all object storage access keys.
bucket-create
Create a new object storage bucket.
bucket-delete
Delete an existing object storage bucket.
bucket-list
List all object storage buckets.
create
Create a new object storage instance.
delete
Delete an object storage instance.
detail
View detailed information for an object storage instance.
increase-size
Increase the size of an existing object storage instance.
list
List all object storage instances.
secret
Display object storage access key information.
usage
View storage usage and capacity information.
This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the balance command.
Last updated