deplexo CLI

Deplexo CLI

Deplexo in
your terminal.

Create an app from a Git repository, check its deployments, or follow its logs.

Linux · macOS · Windows amd64 / arm64 builds

deplexo / terminal

# Sign in through your browser

$ deplexo auth login

# Check an app

$ deplexo apps get --app <app-id>

# Follow its runtime logs

$ deplexo logs --app <app-id> --follow

$

Get started

Install the CLI

Check available releases ↗
sh / bash / zsh
curl -fsSL https://cli.deplexo.com/install.sh | sh

Installs the latest stable release to ~/.local/bin. Run it again to update.

The installer detects your CPU and verifies the download checksum. Read the installer or download an archive. Beta builds require an explicit version. See release notes for install commands and verified platforms.

01

Sign in

Enter the pairing code in your browser to sign in. The CLI saves your credentials in your OS keyring.

deplexo auth login
02

Choose your app

Link your working directory to an app using its dashboard UUID.

deplexo link --app <app-id>
03

Check your logs

Follow your app's runtime logs. Add --json to get one JSON object per line.

deplexo logs --follow