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
The -d flag prevents the usage tracking, as advertised. It seems that simply importing the posthog module issues the POST request. I'll switch the import into a conditional one to prevent this from happening. I'll also make this flag render the application "offline" and prevent any outbound calls.
Thanks for bringing this to my attention, you can expect a new patched version sometime this week.
Even though I run
tftui
with the-d
flag, in the background the CLI runs 2 HTTP requests:It would be great to have a way to run the tool when behing a proxy with no access to the Internet
Also, I think that the
-d
flag should not send any POST to posthog. Is it a bug?The text was updated successfully, but these errors were encountered: