Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.goldsky.com/llms.txt

Use this file to discover all available pages before exploring further.

Installation

If you already have the Goldsky CLI installed, install the Turbo extension with:
curl https://install-turbo.goldsky.com | sh
If you don’t already have the Goldsky CLI installed, install it first, then run the command above. 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 by listing pipelines in your current project:
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.