nctl mappings get

Get control mappings for a compliance standard or policy

nctl mappings get [standard] [flags]

Examples

  # Get all policy→control mappings for SOC2
  nctl mappings get soc2

  # Look up which standards and controls a specific policy covers
  nctl mappings get --policy restrict-cluster-admin-binding

  # JSON output
  nctl mappings get soc2 -o json
  nctl mappings get --policy restrict-cluster-admin-binding -o json

Options

  -h, --help                   help for get
      --mappings-file string   Override path to mappings YAML file
  -o, --output string          Output format (text, json, yaml) (default "text")
      --policy string          Look up a specific policy by name across all standards

Options inherited from parent commands

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

SEE ALSO