mirror of https://github.com/databricks/cli.git
5 lines
316 B
Plaintext
5 lines
316 B
Plaintext
trace $CLI bundle deploy
|
|
trace $CLI bundle deploy # We do 2 deploys because only 2nd deploy will pull state from remote after 1st created it
|
|
jq 'select(.path == "/api/2.0/workspace-files/Workspace/Users/[USERNAME]/.bundle/state/default/state/terraform.tfstate")' out.requests.txt > out.state.txt
|
|
rm out.requests.txt
|