Skip to content

nais-cli

nais-cli is a simple CLI application that developers in NAV can use.

Prerequisites

You need to be logged in with naisdevice to use this cli. Then follow our installation guide.

Usage

See the chapters under commands in the sidebar.

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


Last update: 2023-07-24
Created: 2021-09-24