Command-line tools for Pushes Cloud app setup, authenticated sends, tracked links, and agent-friendly automation.
pnpm install
pnpm buildpushes login --api-url https://api.pushes.cloudThe login command opens the Pushes Cloud platform flow and stores a local CLI token for later commands.
pushes apps list
pushes send --app app_123 --title "Hello" --body "World" --deep-link "myapp://orders/123" --track
pushes links create --app app_123 --url "https://example.com/orders/123"
pushes links events trk_123