You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a debugging flag
If --debug is used or if DATABRICKS_DEBUGGING is set in the environment the entire contents of the http requests will be printed to stdout.
* The password provided to configure shouldn't be echo'd.
Add a --stdin option to configure, so that the password will always be read from stdin instead of stored in a file.
* Fix odd whitespace issue
* Fix test failures caused by missing field
* Fix whitespace error
* Remove old style of setting up debug flag.
Move all debug logic into ContextObject.set_debug which is called when --debug is sent to any command
* Use click.echo instead of print
* Remove excess logging configuration that isn't needed
* Remove extra import
0 commit comments