CLI Overview

Install and configure the Strayl CLI (st) for terminal-based workflows.

The Strayl CLI (st) lets you work with Strayl from your terminal. It is a Git-based tool — under the hood it works with a strayl git remote added to your local repository. You can push feature branches, create change proposals, manage deployments, and inspect project status without opening the browser.

Installation

Or with other package managers:

Verify the installation:

Quick start

Commands reference

How the git integration works

After running st init or st link, the CLI adds a git remote called strayl to your repository:

From that point on, the standard Strayl workflow is:

Configuration

The CLI stores configuration in ~/.strayl/config.json and credentials in ~/.strayl/credentials.

Shell completion

Enable tab completion for st commands:

StraylSTRAYL

The place where your code product lives

© 2026 Strayl. All rights reserved.