CLI
Nextune CLI
Manage apps, logs, and deployments from your terminal.
The nextune CLI connects to your Nextune workspace so you can sign in, switch workspaces, deploy apps, stream logs, and more — without opening the dashboard.
Quick start
Linux / macOS (auto-detect):
curl -fsSL "https://api.nextunesolutions.com/v1/cli/install" | shLinux:
curl -fsSL "https://api.nextunesolutions.com/v1/cli/install/linux" | shmacOS:
curl -fsSL "https://api.nextunesolutions.com/v1/cli/install/darwin" | shWindows (PowerShell):
irm "https://api.nextunesolutions.com/v1/cli/install/windows" | iexThen sign in and list your apps:
nextune login
nextune app listSee Install for more detail.
Command overview
| Command | Description |
|---|---|
nextune login | Sign in with browser SSO or an API key |
nextune logout | Clear saved credentials |
nextune whoami | Show your profile and active workspace |
nextune workspace | List, switch, or show the current workspace |
nextune app | List, inspect, deploy, redeploy, and view logs |
nextune packages list | List deployment packages for your workspace |
nextune version | Print version; use --check for updates |
nextune update | Install the latest CLI binary |
nextune completion | Generate shell completion scripts |
Global flags
These flags work on any command:
| Flag | Description |
|---|---|
--workspace ID | Use a specific workspace for this command |
--json | Print JSON where supported |
--no-update-check | Skip the background version check |
-y, --yes | Skip confirmation prompts |
Next steps
- Authentication — SSO and API keys
- Configuration — Config file and preferences
- Apps — Deploy and redeploy applications
- Logs — Tail and follow application logs