NextuneNextune Docs
CLI

Install

Install the nextune CLI on Linux, macOS, or Windows.

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

From Command Prompt you can also run:

powershell -NoProfile -ExecutionPolicy Bypass -Command "irm 'https://api.nextunesolutions.com/v1/cli/install/windows' | iex"

Windows (Command Prompt)

Requires curl.exe (included with Windows 10 and later):

curl -fsSL "https://api.nextunesolutions.com/v1/cli/install/windows-cmd" -o "%TEMP%\nextune-install.cmd" && "%TEMP%\nextune-install.cmd"

The installer downloads the latest binary and adds it to your user PATH. Open a new terminal if nextune is not found right away.

Verify

nextune version
nextune login

After install, see Authentication to sign in.

On this page