https://garden.io logo
sync mode for exec Deploys
s

swift-garage-61180

05/10/2023, 8:48 PM
This is now done with template conditionals, see for example the
convert
handler for
exec
modules: https://github.com/garden-io/garden/blob/0.13/core/src/plugins/exec/convert.ts#L76-L94
... we're using the
sync
  mode from the action config in the conversion handler there.
But there's no need to use
sync
  mode for
exec
Deploys, though.
b

brief-restaurant-63679

05/11/2023, 3:00 PM
Ok, so concretely, how do I start a persistent local process with Garden?