CLI Reference¶
All Konigle Cloud commands live under konigle cloud.
Commands¶
| Command | Description |
|---|---|
computer list |
List computers in the active project |
computer create |
Provision a new VM |
webapp list |
List web apps, optionally filtered by computer |
webapp create |
Create a web app on a computer |
link |
Save computer / web app to .bentocloud.json |
deploy |
Package the current directory and deploy to uat |
promote |
Promote the uat image to production |
Global options¶
| Option | Environment variable | Default |
|---|---|---|
--api-key |
KONIGLE_API_KEY |
Active project key |
--base-url |
KONIGLE_BASE_URL |
https://tim.konigle.com |
Async operations¶
computer create, webapp create, deploy, and promote trigger operations
that run in the background on the server. By default the CLI waits and shows
progress until the operation finishes.
Pass --detach (or -d) to any of these commands to exit immediately and get
a job ID you can check later: