nais / cli

A simple NAIS CLI

Home Page:https://docs.nais.io/cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple NAIS CLI

https://docs.nais.io/cli/

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%