Use the Plane CLI when you want to manage workers, payments, compensations, and events from your terminal.Documentation Index
Fetch the complete documentation index at: https://docs.plane.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Plane account
- Access to your Plane workspace
- macOS or Linux
Install the CLI
Run the Plane Terminalwire installer:This installer also installs Terminalwire if it is not already available on your workstation.
PATH.
Verify the installation
Run:workers, payments, compensations, and events.
Sign in interactively
By default,plane login starts browser-based sign-in:
Sign in with an API key prompt
If you prefer entering an API key in the terminal:Use non-interactive authentication
For scripts, CI, and automation, setPLANE_API_KEY and run commands directly:
PLANE_API_KEY is set, the CLI uses it for authentication instead of saved login state.
Use JSON output for automation
Functional commands print human-readable output by default. For machine-readable output, pass--json:
Next steps
Plane CLI commands
See examples for every currently supported command and option.
Plane CLI troubleshooting
Resolve common installation and authentication issues.