Skip to main content
The commands you’ll use most. Run nuon --help (or nuon <command> --help) for the full set.

Authenticate

CommandWhat it does
nuon auth loginSign in (browser SSO). Run this first.
nuon auth logoutSign out.

Apps & config

CommandWhat it does
nuon apps create --name <name>Create an app in the control plane.
nuon apps syncSync the config in the current directory to Nuon. The app name comes from the directory name.
nuon apps validateValidate the config in the current directory.
nuon apps listList your apps.
nuon apps selectSet your active app.

Installs

CommandWhat it does
nuon installs createCreate an install of the selected app.
nuon installs listList installs.
nuon installs getShow an install’s details.
nuon installs deploy-componentsDeploy all components to an install.
nuon installs outputsView an install’s outputs.

Operate

CommandWhat it does
nuon runbooks --install-id <id>View and run runbooks for an install.
nuon actionsManage and run app actions.
nuon componentsManage app components.

Help

CommandWhat it does
nuon <command> --helpHelp for any command.
nuon docsOpen the docs.
nuon completion <shell>Generate shell autocompletion.
nuon versionShow the installed CLI version.