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

Option for enabling the "Offline" mode with a flag like --prefer-offline #2496

Open
daguitosama opened this issue Sep 26, 2024 · 0 comments
Open

Comments

@daguitosama
Copy link

Feature description

A way to tell the CLI to use the fallback local cache of the secrets instead attempting to use the network. As described on #1609

Why would it be useful?

When developing locally, on a very very unstable network, you end up waisting a lot of time waiting to fetch secrets. If you know those secrets haven't change, there is no point to make a roundtrip and keep a connection open waiting to reload secrets. Been able to bypass the network is going to help a lot in this unaffortunate scenario.

Additional context

Using the CLI when developing locally. On a very bad network.

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

No branches or pull requests

1 participant