Cranecloud CLI client is a command line tool for interacting with Cranecloud.
-
Login: Authenticate the user with their credentials.
cranecloud auth login
-
Logout: Log out the user, clearing the stored credentials.
cranecloud auth logout
-
User Information: Retrieve information about the logged-in user.
cranecloud auth user
-
List Projects: Show a list of projects available in the user's account.
cranecloud projects list
-
Create Project: Create a new project.
cranecloud projects create ...
-
Delete Project: Delete a project by ID or name.
cranecloud projects delete --id <project_id>
-
Project Details: View detailed information about a project.
cranecloud projects info --id <project_id>
-
List Config: Show a list of config available for the app.
cranecloud config get-config
-
Set current project to use: This is projects apps commands will default to.
cranecloud projects use-project <project_id>
-
Set current cluster to use: This is cluster projects commands will default to.
cranecloud projects use-project <cluster_id>
-
Deploy App: Initiate a app .
cranecloud apps deploy
-
List Apps: Show apps within a project.
cranecloud apps list
-
Update App: Update app information.
cranecloud apps update <app_id>
-
App Details: View detailed information about a specific app.
cranecloud apps info <app_id>
-
Delete App: Delete a app by ID or name.
cranecloud projects delete --id <project_id>
-
Help Information: Show manual.
cranecloud help
-
Support: Contact support or report issues.
cranecloud support