The GoCancel CLI helps you interact with your GoCancel account right from the terminal.
Installing the CLI provides access to the gocancel command.
gocancel [command]
# Run `--help` for detailed information about CLI commands
gocancel [command] helpTo use gocancel, you need to authenticate with GoCancel by providing the client credentials of an application, which can be created from the Applications section of your account. Please use the following scopes when creating:
read:categories read:letters write:letters read:organizations read:products
You have to set the GOCANCEL_CLIENT_ID and GOCANCEL_CLIENT_SECRET environmental variables to pass the credentials to the CLI. To override the endpoint used by the underlaying API client, you can set the GOCANCEL_API_URL.