nctl mappings list

List available compliance standards

nctl mappings list [flags]

Examples

  # List all available compliance standards
  nctl mappings list

  # Filter to a single standard
  nctl mappings list --standard soc2

  # List in JSON format
  nctl mappings list -o json

Options

  -h, --help                   help for list
      --mappings-file string   Override path to mappings YAML file
  -o, --output string          Output format (text, json, yaml) (default "text")
      --standard string        Filter to a single compliance standard

Options inherited from parent commands

  -v, --v Level   number for the log level verbosity

SEE ALSO