You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The opinionated directoires of trestle are 'bulky' for most users. Typically they are using a subset of the directories
(e.g. just the catalog directory, or catalog and profile directories).
As a result users typically want trestle to be able to run without all the directories.
trestle init -gd creates a bare directory. When using this structure effectively we need to guarantee directories are automatically created.
e.g. trestle create --type system-security-plan -o my-ssp
or trestle import --file ../foo.yaml --output stuff wokrs
Completion Criteria
All file creation functions for oscal objects will automatically create required directories.
The text was updated successfully, but these errors were encountered:
Issue description / feature objectives
The opinionated directoires of trestle are 'bulky' for most users. Typically they are using a subset of the directories
(e.g. just the
catalog
directory, orcatalog and profile
directories).As a result users typically want trestle to be able to run without all the directories.
trestle init -gd
creates a bare directory. When using this structure effectively we need to guarantee directories are automatically created.e.g.
trestle create --type system-security-plan -o my-ssp
or
trestle import --file ../foo.yaml --output stuff
wokrsCompletion Criteria
The text was updated successfully, but these errors were encountered: