mirror of https://github.com/databricks/cli.git
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
|
$CLI bundle validate -o json | jq '{resources,variables}' > out.default.json
|
||
|
|
||
|
# spark.random and policy_id should be empty in this target:
|
||
|
$CLI bundle validate -o json -t dev | jq '{resources,variables}' > out.dev.json
|