Command | Description |
---|---|
init | Initialize a new Buster project |
auth | Authenticate with Buster API |
deploy | Deploy semantic models to Buster |
generate | Generate or update semantic models from dbt projects |
parse | Parse and validate semantic model YAML definitions |
config | Interactively manage LLM and Reranker configurations |
start | Start the Buster services |
stop | Stop the Buster services |
reset | Restart the Buster services |
update | Update the CLI to the latest version |
--help
flag:
--option-name value
format or short flags like -o value
.
Variable | Description |
---|---|
BUSTER_HOST | URL of the Buster API |
BUSTER_API_KEY | Your API key for the Buster service |
buster auth
buster init
(this can automatically generate semantic models)buster generate
buster parse
buster deploy
buster start