Commands
The Pindo CLI wraps the API for quick testing and account management.
Run pindo --help any time to list commands.
Commands
| Command | Description |
|---|
| register | Create a new Pindo account. |
| token | Request a token for using the Pindo API. |
| refresh-token | Refresh an existing token. |
| sms | Send a test message. |
| balance | Get account balance. |
| org | Manage your organization. |
Global options
| Option | Description |
|---|
| --debug / --no-debug | Toggle verbose debug output. |
| -v, --version | Show the installed version and exit. |
| --help | Show help for any command and exit. |
pindo sms
Send a test message directly from the terminal.
pindo sms --help
Usage: pindo sms [OPTIONS]
Send a test message
Options:
--token TEXT API Token
--to TEXT Receiver phone number (+250xxxxxx)
--text TEXT Message to send
--sender TEXT Sender name
--help Show this message and exit.
| Option | Type | Description |
|---|
| --token | TEXT | Your API token. |
| --to | TEXT | Receiver phone number, e.g. +250xxxxxxxx. |
| --text | TEXT | The message body to send. |
| --sender | TEXT | The sender name shown to the recipient. |