Hi
I have installed databricks CLI and have created some different profiles, and havnt had any problems until now. When i try to use a specific profile with my commands using the --profile flag, fx "databricks secrets list-scopes --profile prod" i encounted the following error:
Error: cannot resolve bundle auth configuration: config host mismatch: profile uses host https://adb-1014xxxxxx.xx.azuredatabricks.net, but CLI configured to use adb-1953xxxx.xx.azuredatabricks.net
So it seems my databricks cli continues to be linked to my "test" profile somehow.
I have tried to authenticate to the prod workspace, but still encounter the same issue, for my prod profile with:
databricks auth login --host https://adb-1014xxxxxx.xx.azuredatabricks.net
Im running my databricks cli commands from the ubuntu terminal in wsl2. Anyone have an idea ro resolve this issue?
alternativly how to properly uninstall databricks cli so i can try and set it up again