Deploying environments with puppet-code
Use puppet-code deploy
to trigger a Code Manager code deployment.
You must supply a specific environment's name or the --all
flag (to deploy
all environments). For example:
puppet-code deploy production puppet-code deploy --all
Without any other options specified, the default
puppet-code deploy <ENVIRONMENT_OPTION>
command deploys the
specified environment(s) and returns only deployment queuing results.
In addition to the options for --wait
and custom
configuration settings (described below), use the Reference: puppet-code command
to learn about other puppet-code
options.