nctl mappings path

Print the path to the mappings file, or the policy directory path within kyverno-policies

nctl mappings path [flags]

Examples

  # Print the path to the embedded (cached) mappings file
  nctl mappings path

  # Show the directory path for a specific policy within kyverno-policies
  nctl mappings path --policy restrict-cluster-admin-binding

Options

  -h, --help                   help for path
      --mappings-file string   Path to a custom mappings YAML file
      --policy string          Show the directory path for a specific policy within kyverno-policies

Options inherited from parent commands

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

SEE ALSO