Add small SaaS profile proof
This commit is contained in:
parent
79e4d10b68
commit
6351ebc627
40 changed files with 1696 additions and 54 deletions
29
infospace/examples/small-saas/demo-commands.yaml
Normal file
29
infospace/examples/small-saas/demo-commands.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue