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
- nctl add - Add resources to Nirmata Control Hub (NCH)
- nctl create - Create policyexceptionrequests
- nctl edit - Edit nctl resources
- nctl get - Get Nirmata Control Hub (NCH) resources
- nctl info - Account and User Information
- nctl login - Provide authentication details to login
- nctl raw - Direct access to the Nirmata REST API
- nctl remediate - Remediate a resource file or directory for policy violations
- nctl remove - Remove Nirmata Control Hub (NCH) resources
- nctl scan - Scan resources
- nctl signup - Create a new Nirmata Control Hub account
- nctl transform - Transform resource manifests to json
- nctl update - Update Nirmata Control Hub (NCH) resources
- nctl version - Show version and build information