New Features
devspace sync
is now able to only upload or download files via the--upload-only
and--download-only
flags (#871)- New sync options
sync.*.onDownload
&sync.*.onUpload
to execute custom commands locally or in the container if a file / folder gets uploaded or downloaded (#849) devspace sync
is now able to load a sync configuration from adevspace.yaml
via the--config
flag (#863)- New global
--config
flag that allows you to specify the path of thedevspace.yaml
to use for the command