---
title: Wiblo CLI
description: "Every wiblo command, grouped by what it does — run your workspace from the terminal, by hand or from scripts and agents."
canonical_url: https://wiblo.app/docs/developers/cli
last_updated: 2026-07-28T17:12:38+02:00
md_url: https://wiblo.app/docs/developers/cli.md
---

# Wiblo CLI

The `wiblo` command line brings your workspace to the terminal: sign in once, then inspect who you are, switch workspaces, list members, and manage the repositories agents work in.

```bash
wiblo login
wiblo whoami
```

> **Where the CLI runs today**
>
> The CLI ships inside the Wiblo platform — every Wiblo agent sandbox has `wiblo` preinstalled and pre-scoped to its run. Public distribution (npm and Homebrew) is planned; until then these docs are the reference for agents and platform users.

Every command supports `--json` for machine-readable output, and the CLI detects when an agent is driving it — see [Scripts & agents](/docs/developers/cli/automation).

## Commands by function

- [Authentication](/docs/developers/cli/authentication) — Sign in with the device flow, check your session, sign out.
- [Workspaces](/docs/developers/cli/workspaces) — List your workspaces and pick the active one.
- [Members](/docs/developers/cli/members) — See who is in a workspace.
- [Repositories](/docs/developers/cli/repos) — Manage workspace repos and the checkouts inside an agent run.

## Reference

- [Global options & exit codes](/docs/developers/cli/global-options)
- [Scripts & agents](/docs/developers/cli/automation) — the non-interactive JSON contract
- [Configuration](/docs/developers/cli/configuration) — stored files and environment variables
