cloady
v0.5.1
Published
Command-line interface for the Cloady PaaS.
Maintainers
Readme
cloady
Command-line interface for Cloady — deploy applications from a Git repository or the catalog, and manage them from your terminal.
Install
npm install -g cloadyAuthenticate
Create an API token in the dashboard under Account → API tokens, then:
cloady login # paste the token when prompted
cloady whoamiThe token is also read from CLOADY_TOKEN or --token if you prefer not to store it.
Usage
cloady workspaces # list your workspaces
cloady regions # list available regions
cloady apps acme # list apps in a workspace
cloady deploy github.com/acme/shop -w acme --region eu1 --branch main
cloady install wordpress -w acme --region eu1
cloady restart acme shop # start / stop / restart an app
cloady exec acme shop --component app ls -la # run a command in a container
cloady delete acme shop # delete an app and its dataEvery command accepts --json for machine-readable output.
Docs
Full reference at cloady.com/docs.
