project¶Manage Strong OpX projects
usage: strong-opx project [-h] [-v {0,1,2,3}] [--traceback] {list,register,unregister,create,init,init-env} ...
show this help message and exit
Verbosity level; 0=minimal output, 1=normal output, 2=verbose output, 3=very verbose output.
Raise instead of handling known exceptions
usage: strong-opx project create [-h] [--path PATH] [--aws-region AWS_REGION] project_name
Name of project e.g. my-project
show this help message and exit
Location where to create project, defaults to current directory
AWS Region Name. Defaults to us-east-1
usage: strong-opx project init [-h] [--project PROJECT]
show this help message and exit
Name of project e.g. my-project
usage: strong-opx project init-env [-h] [--project PROJECT] [--env ENV]
show this help message and exit
Name of project e.g. my-project
Name of Environment e.g. production
usage: strong-opx project list [-h]
show this help message and exit
usage: strong-opx project register [-h] path
Root of project
show this help message and exit
usage: strong-opx project unregister [-h] project_name
Name of project e.g. my-project
show this help message and exit