mirror of https://github.com/databricks/cli.git
7 lines
556 B
Plaintext
7 lines
556 B
Plaintext
|
trace $CLI bundle validate -t env-with-single-variable-override -o json | jq .workspace.profile
|
||
|
trace $CLI bundle validate -t env-with-two-variable-overrides -o json | jq .workspace.profile
|
||
|
trace BUNDLE_VAR_b=env-var-b $CLI bundle validate -t env-with-two-variable-overrides -o json | jq .workspace.profile
|
||
|
trace errcode $CLI bundle validate -t env-missing-a-required-variable-assignment
|
||
|
trace errcode $CLI bundle validate -t env-using-an-undefined-variable
|
||
|
trace $CLI bundle validate -t env-overrides-lookup -o json | jq '.variables | map_values(.value)'
|