Skip to main content

Cranecloud CLI client

Project description

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
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cranecloud-0.0.5.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

cranecloud-0.0.5-py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page