Skip to main content

Cranecloud CLI client

Project description

Cranecloud CLI Cleint

Cranecloud CLI client

Setup

  1. Create and activate a virtual environment

    python3 -m venv venv
    
  2. Install: Run the Cranecloud CLI client setup.

    pip install --editable .
    
  3. Add API_BASE_URL that points to cc backend to your .env file

    export API_BASE_URL=""
    
  4. Run Cranecloud commands

    cranecloud --help
    

Basic Commands

Authentication and Account Management

  1. Login: Authenticate the user with their credentials.

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

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

    cranecloud user info
    

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 --name "ProjectName"
    
  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>
    

App Commands

  1. Deploy App: Initiate a app to a specific environment.

    cranecloud apps --project-id <project_id> --environment <env_name>
    
  2. List Apps: Show apps within a project.

    cranecloud apps list --project-id <project_id>
    
  3. Rollback App: Roll back to a previous app version.

    cranecloud apps rollback --project-id <project_id> --app-id <app_id>
    
  4. App Details: View detailed information about a specific app.

    cranecloud apps info --project-id <project_id> --app-id <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-test-0.0.1.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cranecloud_test-0.0.1-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file cranecloud-test-0.0.1.tar.gz.

File metadata

  • Download URL: cranecloud-test-0.0.1.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for cranecloud-test-0.0.1.tar.gz
Algorithm Hash digest
SHA256 5bce16cb153db0dee9946824d109201416ec91bbedba6d8488689f8cc321df87
MD5 9622870823731a73bc315aec7f06531a
BLAKE2b-256 621baae04ddbe751e987a19b9cab650027e6b12f9238104cfcd1478f25d84186

See more details on using hashes here.

File details

Details for the file cranecloud_test-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cranecloud_test-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4ada8ae115fac231bc73b4ac9e9bde2de9197bfdd86a46c4085207bfe74c1f6f
MD5 3839a0881e45210219ad681b2bc510ff
BLAKE2b-256 e45d307474a9a5bfd0f3b631ff0d54c20bc3d767a5dcfeb25e46ec37d5fcbb83

See more details on using hashes here.

Supported by

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