https://garden.io logo
c

curved-intern-91221

05/16/2023, 11:10 AM
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

alert-helicopter-61082

05/16/2023, 11:12 AM
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

curved-intern-91221

05/16/2023, 11:16 AM
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.