Where is bimmer_connected.json when CLI is called on Mac? #685
-
The documentation states that "The CLI will store your tokens in a file called When I run a CLI command using terminal on my Mac, where is this file stored? Running a search does not find it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Using Finder, it'll be the directory of your user (i.e. where Desktop/Documents/etc. are located). Otherwise you can just use the MacOS terminal and type I have seen that the docs are not looking as I would have wanted them and will rework them. |
Beta Was this translation helpful? Give feedback.
-
Thanks. I since it's hidden that's been my problem. I found it.
…On Wed, Nov 27, 2024 at 1:47 PM Richard Kroegel ***@***.***> wrote:
Using Finder, it'll be the directory of your user (i.e. where
Desktop/Documents/etc. are located).
Please note that the . at the beginning indicates that the files is a
hidden file, so you need to check how to open it.
Otherwise you can just use the MacOS terminal and type cat
~/.bimmer_connected.json.
I have seen that the docs are not looking as I would have wanted them and
will rework them.
—
Reply to this email directly, view it on GitHub
<#685 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANTBKNDQLDNWFGCQPLAQGD2CYHTHAVCNFSM6AAAAABSTOUT5GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZZHAYTKOI>
.
You are receiving this because you authored the thread.Message ID:
<bimmerconnected/bimmer_connected/repo-discussions/685/comments/11398159@
github.com>
|
Beta Was this translation helpful? Give feedback.
Using Finder, it'll be the directory of your user (i.e. where Desktop/Documents/etc. are located).
Please note that the
.
at the beginning indicates that the files is a hidden file, so you need to check how to open it.Otherwise you can just use the MacOS terminal and type
cat ~/.bimmer_connected.json
.I have seen that the docs are not looking as I would have wanted them and will rework them.