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

The installer downloads the latest binary and adds it to your PATH.

Verify

nextune version
nextune login

After install, see Authentication to sign in.

On this page