nuon --help (or nuon <command> --help) for the full set.
Authenticate
| Command | What it does |
|---|---|
nuon auth login | Sign in (browser SSO). Run this first. |
nuon auth logout | Sign out. |
Organizations
| Command | What it does |
|---|---|
nuon orgs select | Switch your active org. A new trial account has a single org that’s selected automatically when you log in, so you only need this once you belong to more than one. |
nuon orgs current | Show the active org. |
Apps & config
| Command | What it does |
|---|---|
nuon apps create --name <name> | Create an app in the control plane. |
nuon apps sync | Sync the config in the current directory to Nuon. The app name comes from the directory name. |
nuon apps validate | Validate the config in the current directory. |
nuon apps list | List your apps. |
nuon apps select | Set your active app. |
Installs
| Command | What it does |
|---|---|
nuon installs create | Create an install of the selected app. |
nuon installs list | List installs. |
nuon installs get | Show an install’s details. |
nuon installs deploy-components | Deploy all components to an install. |
nuon installs outputs | View an install’s outputs. |
Operate
Help
| Command | What it does |
|---|---|
nuon <command> --help | Help for any command. |
nuon docs | Open the docs. |
nuon completion <shell> | Generate shell autocompletion. |
nuon version | Show the installed CLI version. |