generated from coulomb/repo-seed
Add validation indexes and generated views
This commit is contained in:
13
README.md
13
README.md
@@ -21,6 +21,8 @@ PYTHONPATH=src python3 -m info_tech_canon models
|
||||
PYTHONPATH=src python3 -m info_tech_canon standards
|
||||
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 api --host 127.0.0.1 --port 8765
|
||||
```
|
||||
|
||||
@@ -38,4 +40,15 @@ After package installation, the same commands are available through the
|
||||
- `GET /validate`
|
||||
- `GET /graph`
|
||||
- `GET /graph?format=mermaid`
|
||||
- `GET /views`
|
||||
- `GET /views/{name}`
|
||||
- `GET /profiles/{profile}/inspect`
|
||||
|
||||
## Maintenance
|
||||
|
||||
```bash
|
||||
make validate
|
||||
make index
|
||||
make tree
|
||||
make agent-briefs
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user