Changelog ------------ * Adds python wheel support in library commands (168, srinathshankar )
0.8.1
Changelog ------------ * Allows users to specify the path of a .databrickscfg configuration file via the `DATABRICKS_CONFIG_FILE` environment variable (164, smurching ) * Updates to documentation (163, stbof)
0.8.0
Changelog ------------ - Allow users to set configs from environment variables (https://github.com/databricks/databricks-cli/pull/127)(saileshkotha) - Groups CLI (https://github.com/databricks/databricks-cli/pull/114)(diraol) - --debug flag (https://github.com/databricks/databricks-cli/pull/146)(alinxie) - Internal refactoring of configuration module (https://github.com/databricks/databricks-cli/pull/158)(aarondav)
0.7.2
Changelog ------------ - Add `--insecure` option to `databricks configure` which creates a configuration profile that can talk to shards with invalid SSL (https://github.com/databricks/databricks-cli/pull/118) - Make `setup.py` more robust by specifying encoding.
0.7.1
Changelog ------------ - Made small changes to the `secrets` command. Renaming some commands (https://github.com/databricks/databricks-cli/pull/119)
0.7.0
Changelog ------------ - Add new sub-command `secrets` (https://github.com/databricks/databricks-cli/pull/105) - Fix bug with basic authentication on python 3.6 (https://github.com/databricks/databricks-cli/pull/109) - Fix bug with DEFAULT profile section (https://github.com/databricks/databricks-cli/pull/108)