databricks-cli/cmd/bundle
shreyas-goenka c5e940f664
Add support for variables in bundle config (#359)
## Changes
This PR now allows you to define variables in the bundle config and set
them in three ways
1. command line args
2. process environment variable
3. in the bundle config itself

## Tests
manually, unit, and black box tests

---------

Co-authored-by: Miles Yucht <miles@databricks.com>
2023-05-15 11:34:05 +02:00
..
debug Add support for variables in bundle config (#359) 2023-05-15 11:34:05 +02:00
deploy.go Add support for variables in bundle config (#359) 2023-05-15 11:34:05 +02:00
destroy.go Add support for variables in bundle config (#359) 2023-05-15 11:34:05 +02:00
launch.go Move and hide launch and test commands (#222) 2023-03-09 10:26:56 +01:00
root.go Add support for variables in bundle config (#359) 2023-05-15 11:34:05 +02:00
run.go Add support for variables in bundle config (#359) 2023-05-15 11:34:05 +02:00
schema.go Add openapi descriptions to bundle resources (#229) 2023-03-15 03:18:51 +01:00
sync.go Add support for variables in bundle config (#359) 2023-05-15 11:34:05 +02:00
test.go Move and hide launch and test commands (#222) 2023-03-09 10:26:56 +01:00
validate.go Add support for variables in bundle config (#359) 2023-05-15 11:34:05 +02:00
variables.go Add support for variables in bundle config (#359) 2023-05-15 11:34:05 +02:00