Skip to content
Joe English edited this page Feb 14, 2019 · 8 revisions

Command Line Interface

Usage:

  • ssptool server: run preview server
  • ssptool validate: validate OpenControl data (see Validation)
  • ssptool refcheck: check referential integrity (see Validation)
  • ssptool report _reportid_: generate report (see Reports)
  • ssptool document _documentid_: generate document (see Documents)

Options:

  • --config <file> -- specify configuration file (default ./ssptool.yaml)
  • --datadir <dir> -- specify path to OpenControl data (default ./opencontrols)
  • --docdir <dir> -- path to Markdown documents (default ./markdowns)

Defaults for --datadir and --docdir are per compliance-masonry conventions.

Configuration file:

Options may be specified on the command line or in the local configuration file. The config file also contains document definitions (see Documents).

Clone this wiki locally