Skip to main content

Installation

If you already have the Goldsky CLI installed, you’ll just need to install the Turbo extension via curl https://install-turbo.goldsky.com | sh
goldsky turbo
If you don’t already have the Goldsky CLI installed, you’ll need to start by installing that, then run the above command. For macOS/Linux:
curl https://goldsky.com | sh
For Windows:
npm install -g @goldskycom/cli
Windows users need to have Node.js and npm installed first. Download from nodejs.org if not already installed.
Verify the installation:
goldsky turbo list

Authentication

The Turbo Pipelines CLI uses your Goldsky credentials. Make sure you’re logged in:
goldsky login
The CLI automatically falls back to Goldsky commands for authentication, project management, and secret management.
For a complete reference of all CLI commands, see the CLI Reference guide.