> For the complete documentation index, see [llms.txt](https://docs.steadybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.steadybit.com/integrate-with-steadybit/cli.md).

# CLI

The [Steadybit CLI](https://github.com/steadybit/cli) lets you connect your repository to Steadybit and keep a single source of truth for all your experiments. Because you can create, update and retrieve your experiment definitions from it, they stay versioned in one place. Of course, you can also run your experiments from the command line interface.

This allows you to implement GitOps practices easily.

## Installation

Installation is nothing more than:

```bash
npm install -g steadybit
```

Afterwards, you have to create a profile and authenticate via an [access token](/integrate-with-steadybit/api.md#access-tokens). Check out our public GitHub repository [steadybit CLI](https://github.com/steadybit/cli#authorization) to learn more.

## Usage

The CLI is largely self-explanatory. For detailed documentation, have a look at our public GitHub repository, [steadybit/cli](https://github.com/steadybit/cli).
