packer

strong-opx packer

Run packer builds

usage: strong-opx packer [-h] [--project PROJECT] [--env ENVIRONMENT] [-v {0,1,2,3}] [--traceback] command

positional arguments

command

Packer command to execute. e.g. init, fmt, build

options

-h, --help

show this help message and exit

--project <project>

Select project by its name. If missing, strong-opx will attempt to auto-select project based on current working directory and its parents and looking for presence of configured project

--env <environment>

Environment name. If project has only one environment that will be auto selected

-v {0,1,2,3}, --verbosity {0,1,2,3}

Verbosity level; 0=minimal output, 1=normal output, 2=verbose output, 3=very verbose output.

--traceback

Raise instead of handling known exceptions

Note

This command is a thin wrapper around the Packer CLI. It is intended to be used in the same way as the Packer CLI.

Note

All additional arguments are passed directly to the Packer CLI. For example, to pass the -debug flag to Packer, you would run strong-opx packer -debug.