cldkctl project
Last updated

The project command is used to manage projects in Cloudeka. It enables users to list, view details, edit configurations, check resource quotas, and delete projects. This command is particularly useful for maintaining and organizing multiple environments or workloads under the same organization.
cldkctl project [flags]cldkctl project [command]delete
Delete a project
detail
Get detailed information of a specific project
edit
Edit the configuration or metadata of a project
list
List all projects available in the current organization
rquota
View resource quotas for a specific project (e.g., CPU, memory, or storage limits)
This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the project command.
Last updated