2025-01-17 14:52:53 +00:00
|
|
|
|
2025-02-03 14:10:19 +00:00
|
|
|
>>> [CLI] bundle deployment --help
|
2025-01-17 14:52:53 +00:00
|
|
|
Deployment related commands
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
databricks bundle deployment [command]
|
|
|
|
|
|
|
|
Available Commands:
|
|
|
|
bind Bind bundle-defined resources to existing resources
|
|
|
|
unbind Unbind bundle-defined resources from its managed remote resource
|
|
|
|
|
|
|
|
Flags:
|
|
|
|
-h, --help help for deployment
|
|
|
|
|
|
|
|
Global Flags:
|
|
|
|
--debug enable debug logging
|
|
|
|
-o, --output type output type: text or json (default text)
|
|
|
|
-p, --profile string ~/.databrickscfg profile
|
|
|
|
-t, --target string bundle target to use (if applicable)
|
|
|
|
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
|
|
|
|
|
|
|
|
Use "databricks bundle deployment [command] --help" for more information about a command.
|