garden icon indicating copy to clipboard operation
garden copied to clipboard

The `--force-refresh` flag is not respected in dev console

Open eysi09 opened this issue 10 months ago • 1 comments

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.

eysi09 avatar Apr 09 '24 15:04 eysi09