standard_knowledge_cli 0.1.1

Programmatically augmenting CF Standards with operational knowledge.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bin.name = "standard_knowledge"
args = ["--help"]
stdout = """
Usage: standard_knowledge [OPTIONS] <COMMAND>

Commands:
  get     Get standard by name or alias
  filter  Filter standards
  qc      QARTOD test suites
  help    Print this message or the help of the given subcommand(s)

Options:
  -k, --knowledge <SOURCE>  Knowledge sources to load. Use 'lib' for built-in knowledge, path for local files/directories, or URL for remote sources. Can be specified multiple times to combine sources
  -h, --help                Print help
"""