project

strong-opx project

Manage Strong OpX projects

usage: strong-opx project [-h] [-v {0,1,2,3}] [--traceback] {list,register,unregister,create,init,init-env} ...

options

-h, --help

show this help message and exit

-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

strong-opx project create

usage: strong-opx project create [-h] [--path PATH] [--aws-region AWS_REGION] project_name
project_name

Name of project e.g. my-project

-h, --help

show this help message and exit

--path <path>

Location where to create project, defaults to current directory

--aws-region <aws_region>

AWS Region Name. Defaults to us-east-1

strong-opx project init

usage: strong-opx project init [-h] [--project PROJECT]
-h, --help

show this help message and exit

--project <project>

Name of project e.g. my-project

strong-opx project init-env

usage: strong-opx project init-env [-h] [--project PROJECT] [--env ENV]
-h, --help

show this help message and exit

--project <project>

Name of project e.g. my-project

--env <env>

Name of Environment e.g. production

strong-opx project list

usage: strong-opx project list [-h]
-h, --help

show this help message and exit

strong-opx project register

usage: strong-opx project register [-h] path
path

Root of project

-h, --help

show this help message and exit

strong-opx project unregister

usage: strong-opx project unregister [-h] project_name
project_name

Name of project e.g. my-project

-h, --help

show this help message and exit