databricks-cli/acceptance/bundle/exec/basic/output.txt

15 lines
253 B
Plaintext

>>> [CLI] bundle exec -- echo hello, world
hello, world
>>> [CLI] bundle exec -- pwd
[TMPDIR]
>>> [CLI] bundle exec -- echo --help
--help
>>> [CLI] bundle exec -- bash -c exit 5
Error: Running "bash -c exit 5" failed with exit code: 5
Exit code: 1