generated from coulomb/repo-seed
30 lines
466 B
YAML
30 lines
466 B
YAML
profile: small-saas
|
|
commands:
|
|
inspect:
|
|
argv:
|
|
- PYTHONPATH=src
|
|
- python3
|
|
- -m
|
|
- info_tech_canon
|
|
- profile
|
|
- inspect
|
|
- small-saas
|
|
validate:
|
|
argv:
|
|
- PYTHONPATH=src
|
|
- python3
|
|
- -m
|
|
- info_tech_canon
|
|
- profile
|
|
- validate
|
|
- small-saas
|
|
graph:
|
|
argv:
|
|
- PYTHONPATH=src
|
|
- python3
|
|
- -m
|
|
- info_tech_canon
|
|
- profile
|
|
- graph
|
|
- small-saas
|