NextuneNextune Docs
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" | sh

Linux:

curl -fsSL "https://api.nextunesolutions.com/v1/cli/install/linux" | sh

macOS:

curl -fsSL "https://api.nextunesolutions.com/v1/cli/install/darwin" | sh

Windows (PowerShell):

irm "https://api.nextunesolutions.com/v1/cli/install/windows" | iex

Then sign in and list your apps:

nextune login
nextune app list

See Install for more detail.

Command overview

CommandDescription
nextune loginSign in with browser SSO or an API key
nextune logoutClear saved credentials
nextune whoamiShow your profile and active workspace
nextune workspaceList, switch, or show the current workspace
nextune appList, inspect, deploy, redeploy, and view logs
nextune packages listList deployment packages for your workspace
nextune versionPrint version; use --check for updates
nextune updateInstall the latest CLI binary
nextune completionGenerate shell completion scripts

Global flags

These flags work on any command:

FlagDescription
--workspace IDUse a specific workspace for this command
--jsonPrint JSON where supported
--no-update-checkSkip the background version check
-y, --yesSkip confirmation prompts

Next steps

On this page