Skip to content

upctl stack deploy

Deploy a stack (EXPERIMENTAL)

upctl stack deploy [flags]

Examples

upctl stack deploy <stack-name>
upctl stack deploy (supabase|dokku|starter-kit)

Options

Option Description
--help, -h help for deploy
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
Command Description
upctl stack Manage stacks (EXPERIMENTAL)
upctl stack deploy dokku Deploy a Dokku Builder stack
upctl stack deploy starter-kit Deploy a Starter Kit stack
upctl stack deploy supabase Deploy a Supabase stack