Authentication Commands
Use the top-level auth commands to manage your Plane CLI session.Login Options
--browserstarts browser-based authentication and is the default.--api-keyprompts for API key entry in the terminal.
Read-Only Resource Commands
Most resource groups supportlist and get. List commands accept the shared
pagination options documented below.
Examples:
Payment Creation
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.Pagination Options
These options apply to list commands:--limitmaximum results (1-100)--cursorpagination cursor--starting-afterreturn results after an ID--ending-beforereturn results before an ID
Resource-Specific Filters
Some list commands support filters beyond pagination.Expandable Get Commands
Some get commands support--expand FIELD to include nested resources in the
response. Pass multiple fields as separate values after --expand.
Example:
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.