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] Offline mode #465

Open
rgmvisser opened this issue Oct 26, 2024 · 2 comments
Open

[FEATURE] Offline mode #465

rgmvisser opened this issue Oct 26, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@rgmvisser
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Offline development

Describe the solution you'd like
Add an "offline" flag where the CLI doesn't try to fetch the current secrets (every request tries 5 times by default with 10s timeout), but just immediately uses the locally stored secrets. Other solution could be detection that the computer is offline and don't attempt to fetch them automatically.

Describe alternatives you've considered
Setting --timeout and --attempts to low amounts, but this is a bit cumbersome

Additional context
When developing on planes without wifi etc. this would be nice.

@rgmvisser rgmvisser added the enhancement New feature or request label Oct 26, 2024
@Piccirello
Copy link
Contributor

The --fallback-only flag will accomplish this when using doppler run. It might be nice to have an --offline alias for this.

@rgmvisser
Copy link
Contributor Author

That's what I was looking for, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants