The Paid CLI is a command line interface for the Paid API.
Create an API key from the Paid app, then initialize the CLI:
By default, the CLI creates a sandbox profile labelled Sandbox and makes it active.
You can also pass the key directly:
Show the active profile and API URL:
Add or switch profiles by running init with --env:
--api-key overrides PAID_API_KEY and saved config.--base-url overrides the API URL for the request.--env selects a saved profile.--timeout-ms sets the HTTP timeout.