nais-cli - A NAIS command-line interface
See NAIS doc for usage instructions: nais-cli
Local Development
- Be sure to run your local cluster, recommend: minkube.
Start minikube with a version < 1.22,
reason: Feature removals.
minikube start --kubernetes-version=v1.21.4
kubectl apply -f path/to/liberator/crd/bases
kubectl create namespace test
- Generate executable program and test your changes.
make nais-cli
bin/nais --version
Instrumentation
We use otel for instrumentation and record the user interaction with the CLI to see if we can
optimize the user experience.
We respect your privacy and do not collect any data if you set the environment variable DO_NOT_TRACK
according to the Do Not Track.
There's a grafana dashboard