Skip to main content

Command: up

Creates a new ephemeral environment and keeps the process open waiting for a sigterm event. When the event is received the environment will be destroyed.

$ arcctl up architectio/frontend:latest ./backend --datacenter local

Arguments

IndexDescription
[0...N]A component to deploy to the ephemeral environment. Can be either a tag or a path to a local component to build.

Flags

NameTypeDescription
--datacenterStringThe datacenter to create the environment in
--environmentString(optional) An environment name to use for the new environment. One will be generated for you if not specified.
--debugBooleanIf true, components deployed from source will do so in debug mode.
--verboseBooleanIf true, show the log output from each module execution.