mirror of https://github.com/databricks/cli.git
7 lines
336 B
Plaintext
7 lines
336 B
Plaintext
trace $CLI bundle init default-python --config-file ./input.json --output-dir output
|
|
mv output/my_default_python/.gitignore output/my_default_python/out.gitignore
|
|
|
|
# If serverless is "auto" and there was an error reaching settings-api, we should get the same output as 'classic'
|
|
diff.py $TESTDIR/../classic/output output/
|
|
rm -fr output
|