Skip to content

nais-cli

nais-cli is a CLI application that provides some useful commands and utilities for interacting with the NAIS platform.

Prerequisites

Installation

Usage

See available subcommands under the Reference section in the navigation sidebar.

Flag ordering

nais-cli requires all flags to appear before arguments. Otherwise, the flags will be interpreted as arguments.

✅ OK:

nais start --topics events appname teamname

❌ Not OK:

nais start appname teamname --topics events