upctl stack deploy starter-kit
Deploy a Starter Kit stack
Examples
upctl stack deploy starter-kit --name <project-name> --zone <zone-name>
upctl stack deploy starter-kit --name my-new-project --zone es-mad1
Options
| Option | Description |
|---|---|
--zone |
Zone for the stack deployment |
--name |
Starter Kit stack name |
--help, -h |
help for starter-kit Default: false |
Global options
| Option | Description |
|---|---|
--client-timeout, -t |
Client timeout to use in API calls. Default: 0s |
--config |
Configuration file path. |
--debug |
Print out more verbose debug logs. Default: false |
--force-colours |
Force coloured output despite detected terminal support. |
--no-colours |
Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable. |
--output, -o |
Output format. Valid values are human, json and yaml.Default: human |
Related commands
| Command | Description |
|---|---|
| upctl stack deploy | Deploy a stack (EXPERIMENTAL) |