CLI

The steadybit CLI allows you to connect your repository to Steadybit and having a single source of truth for all your experiments. By enabling you to create / update and retrieve your experiment definitions you have the truth versionized at one place. Of course, you can also run your experiments from the command line interface.

This allows you to implement GitOps practices easily.

Installation

Nothing more than a simple

npm install -g steadybit

Afterwards you have to create a profile and authenticate via an access token. Check out our public GitHub repository steadybit CLI to learn more.

Usage

The CLI is mostly self explaining. For a detailed documentation have a look at our public GitHub repository steadybit CLI

Last updated