Commands

nctl

nctl is the command line interface for Nirmata

nctl [flags]

Examples


  # Scan a Kubernetes cluster and analyze and publish the scan results
  nctl scan kubernetes --cluster --analyze --publish

  # Scan Kubernetes manifests, Dockerfiles, and Terraform code in a repository
  nctl scan repository https://github.com/nirmata/demo-resources

  # Scan the current directory
  nctl scan repository 

Options

  -h, --help      help for nctl
  -v, --v Level   log level for V logs

SEE ALSO