nais / cli

A simple NAIS CLI
https://docs.nais.io/cli/
MIT License
1 stars 2 forks source link
cli kafka kubernetes nais postgres

nais-cli - A NAIS command-line interface

See NAIS doc for usage instructions: nais-cli

Local Development

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
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