We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--force-refresh
If you run garden dev and then e.g. deploy foo --force-refresh inside the dev console the provider statuses stay cached.
garden dev
deploy foo --force-refresh
The flag should work.
Test this from any example project.
Not a great workaround but running garden deploy --force-refresh outside of the dev console works as expected.
garden deploy --force-refresh
Garden 0.13.24.
The text was updated successfully, but these errors were encountered:
Possibly related with #5419 (See how to reproduce) – it would be avoided if provider initialization cache times out as with regular commands
Sorry, something went wrong.
thsig
No branches or pull requests
Bug
Current Behavior
If you run
garden dev
and then e.g.deploy foo --force-refresh
inside the dev console the provider statuses stay cached.Expected behavior
The flag should work.
Reproducible example
Test this from any example project.
Workaround
Not a great workaround but running
garden deploy --force-refresh
outside of the dev console works as expected.Your environment
Garden 0.13.24.
The text was updated successfully, but these errors were encountered: