2025-01-17 15:03:59 +00:00
|
|
|
trace $CLI bundle init default-python --config-file ./input.json --output-dir output
|
2025-01-14 18:23:34 +00:00
|
|
|
|
2025-01-17 15:03:59 +00:00
|
|
|
cd output/my_default_python
|
2025-01-14 18:23:34 +00:00
|
|
|
trace $CLI bundle validate -t dev
|
|
|
|
trace $CLI bundle validate -t prod
|
2025-02-10 10:42:39 +00:00
|
|
|
|
|
|
|
# Do not affect this repository's git behaviour #2318
|
|
|
|
mv .gitignore out.gitignore
|
2025-02-26 13:07:30 +00:00
|
|
|
|
|
|
|
cd ../../
|
|
|
|
|
|
|
|
# Calculate the difference from the serverless template
|
|
|
|
diff.py $TESTDIR/../serverless/output output/ > out.compare-vs-serverless.diff
|