I am trying to create a secret scope and access key for our Databricks workspace.
In order to achieve this I need to install Databricks Cli on my PC and issue the command databrick configure --token
I have installed Databricks Cli using pip3 install databricks-cli from my cmd prompt
However, whenever I run the command databricks configure --token I get the error message
C:\>databricks configure --token
'databricks' is not recognized as an internal or external command,
operable program or batch file.
Any thoughts?