# Opti CLI

Interfacing with Opti integration platform.

## Installation

Opti CLI requires a recent version of nodejs as well as Yarn. We suggest installing Yarn through `corepack`, as described here: https://yarnpkg.com/getting-started/install

Install Opti CLI with:

`yarn global add @optimizely/opti-cli`

Commands can then be executed as follows:

```
opti
opti <namespace> -h
```