mirror of https://github.com/databricks/cli.git
8 lines
302 B
Plaintext
8 lines
302 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
|
|
|
|
# serverless is enabled, same output as serverless enabled explicitly:
|
|
trace diff.py $TESTDIR/../serverless/output output/
|
|
|
|
rm -fr output
|