How to use the deploy command to publish your Buster project
buster deploy
command publishes your semantic models to the Buster platform, making them available for natural language querying. This is the final step in the Buster model development workflow.
Option | Description |
---|---|
--path PATH | Optional path to a specific model file or directory to deploy. If not provided, uses the model paths from buster.yml. |
--dry-run | Validate models without actually deploying them (default: false). |
--recursive | Recursively search for model files in subdirectories (default: true). |
buster deploy
, the following steps occur:
buster parse
)buster auth
to refresh your credentialsbuster parse
first to identify and fix issuesbuster parse
before deploying to catch issues early--dry-run
flag to validate without deploying