mirror of https://github.com/databricks/cli.git
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
trace $CLI bundle deploy
|
|
|
|
trace find.py --expect 1 whl
|
|
|
|
title "Expecting 1 wheel in environments section in /jobs/create"
|
|
trace jq -s '.[] | select(.path=="/api/2.1/jobs/create") | .body' out.requests.txt
|
|
|
|
title "Expecting 1 wheel to be uploaded"
|
|
trace jq .path < out.requests.txt | grep import | grep whl | sort
|
|
|
|
rm out.requests.txt
|