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
-
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
Project Management
-
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>
Configuration Management
-
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>
App Commands
-
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>
Other Useful Commands
-
Help Information: Show manual.
cranecloud help
-
Support: Contact support or report issues.
cranecloud support
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cranecloud-1.0.0.tar.gz
.
File metadata
- Download URL: cranecloud-1.0.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ba14852f0d9e88e637aa7a8f5b9d5916ab5d7aad9ac094bd4fa0b1d54bdfb93d
|
|
MD5 |
c30702faf622c298d9bb51ac43bcd63c
|
|
BLAKE2b-256 |
019090fca362a80524c774234057bff124b29133f58e6cd42dec33238f9ab565
|
File details
Details for the file cranecloud-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: cranecloud-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bbc3688e7eba2775cf6a9a08457d7ff8fdb0172aced8eb2a5a29ff3cbe1619c0
|
|
MD5 |
204c3a1d6062c3051466f68e57e60747
|
|
BLAKE2b-256 |
d2d1dd2623db00a0d19c0ea77d6cd860302cb0cc2f0d45eecbe33d7a19a6ee87
|