Skip to content

Custom Credentials file

Devin edited this page Mar 20, 2025 · 1 revision

If you would like to customize where the credential file is stored, you can create one and then call for it when you call the ipb command.

Create a JSON file. It does not need any specific naming schema.

{
  "client_id": "your-client-id",
  "client_secret": "your-client-secret",
  "api_key": "your-api-key",
  "card_id": "your-card-id"
}

To configure the CLI using a credentials file, you will need to reference the file from the location you are running it.

ipb cards --credentials-file <path-to-credentials-file>

Clone this wiki locally