@clientpad/cli
v0.2.0
Published
Open-source ClientPad infrastructure CLI for PostgreSQL-backed business APIs.
Maintainers
Readme
ClientPad CLI
Open-source infrastructure for business apps: PostgreSQL schema, migrations, workspace API keys, and developer-facing primitives.
Install globally:
pnpm install -g @clientpad/cliUse:
clientpad init
clientpad migrate
clientpad api-key create <workspace_id> "Development key" "leads:read,leads:write"
clientpad api-key create --workspace-id <workspace_id> --name "Free cloud key" --scopes "leads:read,leads:write,usage:read" --billing-mode cloud_free --monthly-request-limit 1000 --rate-limit-per-minute 60
clientpad api-key usage <api_key_id>
clientpad whatsapp:import ./whatsapp-leads.csv --workspace-id <workspace_id>
clientpad doctorSelf-hosted keys can omit limits for free unlimited local usage. Hosted ClientPad Cloud keys can set limits for monetized managed infrastructure.
See docs/WHATSAPP_CSV_IMPORT.md for CSV columns, manual WhatsApp export guidance, and validation output.
