mirror of https://github.com/databricks/cli.git
16 lines
428 B
Plaintext
16 lines
428 B
Plaintext
trace $CLI bundle init default-python --config-file ./input.json --output-dir output
|
|
|
|
cd output/my_default_python
|
|
trace $CLI bundle validate -t dev
|
|
trace $CLI bundle validate -t prod
|
|
|
|
# Do not affect this repository's git behaviour #2318
|
|
mv .gitignore out.gitignore
|
|
|
|
cd ../../
|
|
|
|
# Calculate the difference from the serverless template
|
|
diff.py $TESTDIR/../serverless/output output/ > out.compare-vs-serverless.diff
|
|
|
|
rm -fr output
|