Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Don't require login or PostHog telemetry in CLI #3414

Open
johnpyp opened this issue Apr 21, 2024 · 0 comments
Open

[Feature] Don't require login or PostHog telemetry in CLI #3414

johnpyp opened this issue Apr 21, 2024 · 0 comments

Comments

@johnpyp
Copy link

johnpyp commented Apr 21, 2024

Problem description

For local usage that doesn't interact with Fern's services, auth0 and PostHog aren't actually necessary at all. Just by replacing all the usage of organizations and users with stubs, the clis and everything still work fine to generate sdks.

Why would it be useful?

The current required authentication is burdensome on automation or just using it without having everything broadcast to tracking servers. It's not offline friendly either, when there's no reason it couldn't be.

Describe the solution (optional)

Make authentication through the CLI optional, and offer an easy way to disable telemetry.

Additional context

Add any other context or screenshots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant