> ## 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.

# Turbo CLI extension

> Install and use the Turbo CLI extension to deploy and manage your Turbo pipelines

## Installation

If you already have the [Goldsky CLI installed](https://docs.goldsky.com/installation#install-the-cli), install the Turbo extension with:

```bash theme={null}
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:**

```shell theme={null}
curl https://goldsky.com | sh
```

**For Windows:**

```shell theme={null}
npm install -g @goldskycom/cli
```

<Note>Windows users need to have Node.js and npm installed first. Download from [nodejs.org](https://nodejs.org) if not already installed.</Note>

Verify the installation by listing pipelines in your current project:

```bash theme={null}
goldsky turbo list
```

## Authentication

The Turbo Pipelines CLI uses your Goldsky credentials. Make sure you're logged in:

```bash theme={null}
goldsky login
```

<Note>
  The CLI automatically falls back to Goldsky commands for authentication, project management, and secret management.
</Note>

For a complete reference of all CLI commands, see the [CLI Reference](/turbo-pipelines/cli-reference) guide.
