mirror of https://github.com/databricks/cli.git
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
trace $CLI bundle init experimental-jobs-as-code --config-file ./input.json --output-dir output
|
|
|
|
cd output/my_jobs_as_code
|
|
|
|
# silence uv output because it's non-deterministic
|
|
uv sync -q
|
|
|
|
trace $CLI bundle validate -t dev --output json | jq ".resources"
|
|
|
|
rm -fr .venv resources/__pycache__ uv.lock my_jobs_as_code.egg-info
|
|
|
|
# Do not affect this repository's git behaviour #2318
|
|
mv .gitignore out.gitignore
|