v2.1.0
Download the OSCAL CLI tool. (GPG Signature)
What's new
This minor release adds the oscal-cli list-allowed-values
command, which lists all allowed values constraints associated with a given node in the OSCAL model graph.
usage: oscal-cli list-allowed-values [<options>] [<destination-file>]
-c <URL> additional constraint definitions
-h,--help display this help message
--no-color do not colorize output
--overwrite overwrite the destination if it exists
-q,--quiet minimize output to include only errors
--show-stack-trace display the stack trace associated with an error
--version display the application version
This release also adds new commands under the oscal-cli metaschema
command path, which are provided by metaschema-java.
These include:
oscal-cli metaschema metapath eval
oscal-cli metaschema generate-diagram
Additionally, all content validation commands now allow you to disable schema or constraint validation using arguments.
--disable-constraint-validation do not perform constraint validation
--disable-schema-validation do not perform schema validation
What's Changed
- Bump org.xmlresolver:xmlresolver from 6.0.8 to 6.0.9 by @dependabot in #14
- Bump github/codeql-action from 3.26.0 to 3.26.3 by @dependabot in #12
- Update .lycheeignore by @david-waltermire in #23
- Bump github/codeql-action from 3.26.3 to 3.26.7 by @dependabot in #28
- Bump actions/setup-java from 4.2.2 to 4.3.0 by @dependabot in #25
- Bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #20
- Adjust README instructions with community feedback by @aj-stein-gsa in #21
- Bump dependencies and code cleanup by @david-waltermire in #29
- Add list-allowed-values command by @david-waltermire in #30
- Allowed Values Command Cleanup by @david-waltermire in #31
New Contributors
- @aj-stein-gsa made their first contribution in #21
Full Changelog: v2.0.2...v2.1.0