cli

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2025 License: MIT Imports: 1 Imported by: 0

README

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.

  • Create a test cluster.
minikube start --kubernetes-version=v1.21.4
  • Apply liberator CRDs.
kubectl apply -f path/to/liberator/crd/bases
  • Create a test ns.
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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL