lula console
.less than a minute
Console terminal user interface for OSCAL models
The Lula Console is a text-based terminal user interface that allows users to interact with the OSCAL documents in a more intuitive and visual way.
lula console [flags]
To view an OSCAL model in the Console:
lula console -f /path/to/oscal-component.yaml
To view multiple OSCAL models in the Console:
lula console -f /path/to/oscal-component.yaml,/path/to/oscal-assessment-results.yaml
To specify an output file to save any changes made to the component definition:
lula console -f /path/to/oscal-component.yaml -c /path/to/output.yaml
To specify an output file to save component definition assessment results:
lula console -f /path/to/oscal-component.yaml -a /path/to/output.yaml
-a, --assessment-output string the path to the assessment results output file
-c, --component-output string the path to the component definition output file
-h, --help help for console
-f, --input-files strings the path to the target OSCAL models, comma separated
-l, --log-level string Log level when running Lula. Valid options are: warn, info, debug, trace (default "info")
Was this page helpful?