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" | iexThe installer downloads the latest binary and adds it to your PATH.
Verify
nextune version
nextune loginAfter install, see Authentication to sign in.