0.16.0 Beta 1
Pre-release
Pre-release
github-actions
released this
06 Jul 17:41
·
13 commits
to refs/heads/master
since this release
Breaking change
Every CLI command now stores the API credentials in a file for reuse in later calls. By default, data is stored to ~/.bimmer_connected.json
(Mac and Linux) or C:\Users\username\.bimmer_connected.json
(Windows). The file location can be changed using the --oauth-store
parameter.
If you don't want the data stored, use the --disable-oauth-store
parameter.