Skip to content

crane-cloud/cranecloud-cli

Repository files navigation

Cranecloud CLI Client

Cranecloud CLI client is a command line tool for interacting with Cranecloud.

Basic Commands

Authentication and Account Management

  1. Login: Authenticate the user with their credentials.

    cranecloud auth login
  2. Logout: Log out the user, clearing the stored credentials.

    cranecloud auth logout
  3. User Information: Retrieve information about the logged-in user.

    cranecloud auth user

Project Management

  1. List Projects: Show a list of projects available in the user's account.

    cranecloud projects list
  2. Create Project: Create a new project.

    cranecloud projects create ...
  3. Delete Project: Delete a project by ID or name.

    cranecloud projects delete --id <project_id>
  4. Project Details: View detailed information about a project.

    cranecloud projects info --id <project_id>

Configuration Management

  1. List Config: Show a list of config available for the app.

    cranecloud config get-config
  2. Set current project to use: This is projects apps commands will default to.

    cranecloud projects use-project <project_id>
  3. Set current cluster to use: This is cluster projects commands will default to.

    cranecloud projects use-project <cluster_id>

App Commands

  1. Deploy App: Initiate a app .

    cranecloud apps deploy
  2. List Apps: Show apps within a project.

    cranecloud apps list 
  3. Update App: Update app information.

    cranecloud apps update  <app_id>
  4. App Details: View detailed information about a specific app.

    cranecloud apps info  <app_id>
  5. Delete App: Delete a app by ID or name.

    cranecloud projects delete --id <project_id>

Other Useful Commands

  1. Help Information: Show manual.

    cranecloud help
  2. Support: Contact support or report issues.

    cranecloud support

About

Cranecloud CLI application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published