Skip to content

Commit 4397f17

Browse files
set --debug flag for auth profiles
1 parent c33720a commit 4397f17

File tree

1 file changed

+2
-2
lines changed
  • acceptance/cmd/auth/login/nominal

1 file changed

+2
-2
lines changed

acceptance/cmd/auth/login/nominal/script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sethome "./home"
44
# and follows the redirect back to localhost.
55
export BROWSER="browser.py"
66

7-
trace $CLI auth login --host $DATABRICKS_HOST --profile test
8-
trace $CLI auth profiles
7+
trace $CLI auth login --host $DATABRICKS_HOST --profile test --debug
8+
trace $CLI auth profiles --debug
99

1010
# Track the .databrickscfg file that was created to surface changes.
1111
mv "./home/.databrickscfg" "./out.databrickscfg"

0 commit comments

Comments
 (0)