generated from coulomb/repo-seed
Add small SaaS profile proof
This commit is contained in:
12
README.md
12
README.md
@@ -23,6 +23,9 @@ PYTHONPATH=src python3 -m info_tech_canon validate
|
||||
PYTHONPATH=src python3 -m info_tech_canon graph
|
||||
PYTHONPATH=src python3 -m info_tech_canon index
|
||||
PYTHONPATH=src python3 -m info_tech_canon views
|
||||
PYTHONPATH=src python3 -m info_tech_canon profile inspect small-saas
|
||||
PYTHONPATH=src python3 -m info_tech_canon profile validate small-saas
|
||||
PYTHONPATH=src python3 -m info_tech_canon profile graph small-saas
|
||||
PYTHONPATH=src python3 -m info_tech_canon api --host 127.0.0.1 --port 8765
|
||||
```
|
||||
|
||||
@@ -43,6 +46,8 @@ After package installation, the same commands are available through the
|
||||
- `GET /views`
|
||||
- `GET /views/{name}`
|
||||
- `GET /profiles/{profile}/inspect`
|
||||
- `GET /profiles/{profile}/validate`
|
||||
- `GET /profiles/{profile}/graph`
|
||||
|
||||
## Maintenance
|
||||
|
||||
@@ -52,3 +57,10 @@ make index
|
||||
make tree
|
||||
make agent-briefs
|
||||
```
|
||||
|
||||
## First Profile Proof
|
||||
|
||||
The first executable profile proof is `small-saas`. It lives under
|
||||
`infospace/profiles/small-saas/` and includes connected example artifacts for a
|
||||
tenant-aware SaaS service: service, system, tenants, user, team, dataset,
|
||||
deployment, task, policy, control, evidence, and incident.
|
||||
|
||||
Reference in New Issue
Block a user