Skip to content

Commit

Permalink
docs: update config example
Browse files Browse the repository at this point in the history
  • Loading branch information
gvauter committed Sep 25, 2024
1 parent f62dcc8 commit c25240a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/architecture/decisions/implement-cli-framework_001.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
x-trestle-template-version: 0.0.1
title: Implement CLI Framework
status: accespted
status: accepted
---

# ADR 001 - Implement CLI Framework
Expand Down Expand Up @@ -31,21 +31,20 @@ The configuration file will be broken into two primary categories, `global` and
---
version: 1
working-dir: "."
markdown-path-ssp: markdown/system-security-plans
markdown-path-profile: markdown/proflies
markdown-path-catalog: markdown/catalogs
markdown-path-compdef: markdown/component-definitions
upstream-sources: [<url>]
ssp-index-path: ssp-index.json
profile-upstreams: [<url>]
catalog-upstreams: [<url>]
compdef-upstreams: [<url>]
git-provider-type: github
git-provider-url: github.com
git-committer-name: "Foo Bar"
git-committer-email: foo@bar.com
models:
# we could allow for multiple or keep this as one
- oscal-model: "ssp"
- oscal-model: ssp
markdown-path: markdown/system-security-plans
skip-items: [...]
skip-assemble: true
- oscal-model: compdef
markdown-path: markdown/component-definitions
skip-items: [...]
skip-assemble: true
```
Expand Down

0 comments on commit c25240a

Please sign in to comment.