> ## Documentation Index
> Fetch the complete documentation index at: https://trickest.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI

> Run Trickest workflows from your terminal with the official Trickest CLI.

## Overview

The **Trickest CLI** lets you execute workflows, list spaces and workflows, and manage runs directly from your terminal. You can install it as a binary or run it via Docker. Authentication uses a token from the Trickest platform (via flag, file, or environment variable).

The CLI is open source and maintained on GitHub. There you will find installation instructions, authentication details, and full documentation for all commands (list, get, execute, help, stop, output, investigate, library, files, tools, and scripts).

## Where to Find the CLI

<CardGroup cols={1}>
  <Card title="Trickest CLI on GitHub" icon="code-branch" href="https://github.com/trickest/trickest-cli">
    Install, authenticate, and use the CLI. Execute workflows from your terminal, download outputs, and integrate with CI (e.g. GitHub Actions).
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="How-to Guides" icon="book" href="/docs/using-the-app/introduction">
    Step-by-step guides for the platform UI.
  </Card>
</CardGroup>
