Have we completely removed sync mode from `exec` p...
# 💻|contributing
c
Have we completely removed sync mode from
exec
plugin? It looks like we have, and this example is no longer relevant: https://github.com/garden-io/garden/blob/0.13/docs/other-plugins/exec.md?plain=1#L84-L101 cc @calm-family-29323 @alert-helicopter-61082 @swift-garage-61180
a
We technically have, yes, but you can still use the
spec.persistent
flag along with the
this.mode
template variable to achieve the same thing.
Or any arbitrary variable for that matter
To toggle the persistent flag, I mean
This should definitely be explained in the guide
c
Ok, thank you! I'm working on the guide update in https://github.com/garden-io/garden/pull/4278, so I'll rewrite this section to explain the
persistent
flag.