Examples
Here are a few common Playbooks CLI commands that reflect the current command tree.
Login
Connect the CLI to your Playbooks account.
Terminalplaybooks login
Account
View the Playbooks account you're currently connected to.
Terminalplaybooks account
Account Invoices
View invoices for the currently active account.
Terminalplaybooks account invoices --page 1 --pageSize 25
Account Ledgers
View account ledger activity.
Terminalplaybooks account ledgers --select 'id,amount,type'
Search Plays
Search marketplace plays using the shared query option.
Terminalplaybooks plays --query next
Download
Download a Playbooks repo to your local machine.
Terminalplaybooks download <repo_uuid>
MCP
Configure Playbooks MCP for your coding client.
Terminalplaybooks mcp codex
Logout
Disconnect the CLI from your Playbooks account.
Terminalplaybooks logout