CreateApiSecretClient
Adds new API secret for a client.
Examples
Basic usage:
octo-cli -c CreateApiSecretClient `
-cid "my-client" `
-e "2025-12-31" `
-d "Production secret"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-cid | --clientId | yes | ID of client |
-e | --expirationDate | no | Expiration date of secret |
-d | --description | no | Description of API secret |