mirror of https://github.com/databricks/cli.git
17 lines
436 B
Plaintext
17 lines
436 B
Plaintext
|
|
>>> BUNDLE_VAR_b=def $CLI bundle validate -o json
|
|
"abc def"
|
|
|
|
>>> errcode $CLI bundle validate
|
|
Error: no value assigned to required variable b. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_b environment variable
|
|
|
|
Name: ${var.a} ${var.b}
|
|
Target: default
|
|
Workspace:
|
|
User: tester@databricks.com
|
|
Path: /Workspace/Users/tester@databricks.com/.bundle/${var.a} ${var.b}/default
|
|
|
|
Found 1 error
|
|
|
|
Exit code: 1
|