CLI
Install
Install the nextune CLI on Linux, macOS, or Windows.
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" | iexFrom 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 loginAfter install, see Authentication to sign in.