I would like to use the CLI as part of some automated tasks. We are currently writing to the file manually :
echo "$CRUNCHY_BRIDGE_AUTH" > $HOME/.config/cb/api.crunchybridge.com
I'd prefer to be able to set the credentials in a way similar to how heroku or aws CLIs let me do it though. For Heroku I can just set the HEROKU_API_KEY environment variables, and AWS has their similar AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.