This page documents all currently supported Plane CLI commands in the MVP.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.
Authentication commands
Use the top-level auth commands to manage your Plane CLI session.Login options
--browserstarts browser-based authentication (default)--api-keyprompts for API key entry in the terminal
Workers
List workers:--updated-afterISO 8601 timestamp filter--typeone ofemployee,contractor,vendor--countrycountry code filter
Payments
Create a payment:--worker--amount--currency
--account--date--reference--note--period-startinclusive start date for an associated period (YYYY-MM-DD)--period-endinclusive end date for an associated period (YYYY-MM-DD)
When you provide a period, pass both
--period-start and --period-end together.Compensations
List compensations:Events
List events:Pagination options
These options apply to list commands (workers list, compensations list, and events list):
--limitmaximum results (1-100)--cursorpagination cursor--starting-afterreturn results after an ID--ending-beforereturn results before an ID
Output format
The CLI prints human-readable output by default.--json to functional commands:
status with either data or error) and excludes CLI UI artifacts.