Skip to content

0.16.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 17:41
· 13 commits to refs/heads/master since this release
8169b5e

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.

What’s Changed