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