CLI

LAST EDIT Mar 18 2024

Stream’s Command Line Interface (CLI) makes it easy to create and manage your Stream apps directly from the terminal.

The repository is available here. The documentation is available here, including a full documentation of every command.

Installation

Copied!

The Stream CLI is written in Go and precompiled into a single binary. It doesn’t have any prerequisites.

You can find the binaries in the Release section of the GitHub repository.

Via Script

Via Homebrew

Copied!

Compile yourself

Copied!

Getting Started

Copied!
First configuration
Note: Your API key and secret can be found on the Stream Dashboard and is specific to your application.

A couple of use cases and examples can be found in the documentation website.