mirror of https://github.com/databricks/cli.git
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
|
export DATABRICKS_HOST=""
|
||
|
export DATABRICKS_TOKEN=""
|
||
|
|
||
|
# Confirm that bundle exec works for commands that do not require authentication,
|
||
|
# even if authentication is not provided.
|
||
|
trace $CLI bundle exec -- echo hello
|
||
|
|
||
|
trace $CLI bundle exec -- pwd
|