databricks-cli/cmd/bundle
Pieter Noordhuis e1407038d3
Configure cobra.NoArgs for bundle commands where applicable (#1250)
## Changes

Return an error if unused arguments are passed to these commands.

## Tests

n/a
2024-03-01 15:50:20 +00:00
..
deployment Use dynamic configuration model in bundles (#1098) 2024-02-16 19:41:58 +00:00
generate Generate correct YAML if custom_tags or spark_conf is used for pipeline or job cluster configuration (#1210) 2024-02-15 15:03:19 +00:00
utils Use dynamic configuration model in bundles (#1098) 2024-02-16 19:41:58 +00:00
bundle.go Added `bundle deployment bind` and `unbind` command (#1131) 2024-02-14 18:04:45 +00:00
deploy.go Configure cobra.NoArgs for bundle commands where applicable (#1250) 2024-03-01 15:50:20 +00:00
destroy.go Configure cobra.NoArgs for bundle commands where applicable (#1250) 2024-03-01 15:50:20 +00:00
generate.go Added `bundle deployment bind` and `unbind` command (#1131) 2024-02-14 18:04:45 +00:00
init.go Add an experimental default-sql template (#1051) 2024-02-19 12:01:11 +00:00
init_test.go Improve experience for multiple builtin templates (#1052) 2023-12-27 12:03:08 +00:00
launch.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
run.go Configure cobra.NoArgs for bundle commands where applicable (#1250) 2024-03-01 15:50:20 +00:00
schema.go Configure cobra.NoArgs for bundle commands where applicable (#1250) 2024-03-01 15:50:20 +00:00
summary.go Configure cobra.NoArgs for bundle commands where applicable (#1250) 2024-03-01 15:50:20 +00:00
sync.go Added `bundle deployment bind` and `unbind` command (#1131) 2024-02-14 18:04:45 +00:00
test.go Remove dependency on global state for remaining commands (#613) 2023-07-27 10:03:08 +00:00
validate.go Configure cobra.NoArgs for bundle commands where applicable (#1250) 2024-03-01 15:50:20 +00:00
variables.go Added `bundle deployment bind` and `unbind` command (#1131) 2024-02-14 18:04:45 +00:00