Authenticate with the Buster API
buster auth
command allows you to authenticate with the Buster API service. This command needs to be run before using other commands that interact with the Buster API, such as deploy
.
Option | Description |
---|---|
--host | Specify the Buster API host URL |
--api-key | Provide your Buster API key |
--no-save | Don’t save credentials to disk |
--clear | Clear saved credentials |
--local | Use local Buster instance (http://localhost:3001) |
--cloud | Use cloud Buster instance (https://api.buster.so) |
--no-save
is specified)BUSTER_HOST
: The Buster API host URLBUSTER_API_KEY
: Your API key for the Buster service~/.buster/credentials.yml
. This file is used by other commands to authenticate with the Buster API.