File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,11 @@ devspace sync --container-path=/my-path
4444 --no-watch Synchronizes local and remote and then stops
4545 --pick Select a pod (default true)
4646 --pod string Pod to sync to
47+ --polling bool If polling should be used to detect file changes in the container
4748 --upload-only If set DevSpace will only upload files
4849 --verbose Shows every file that is synced
50+ --wait Wait for the pod(s) to start if they are not running
51+
4952```
5053
5154
@@ -69,4 +72,3 @@ devspace sync --container-path=/my-path
6972 --var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)
7073 --vars-secret string The secret to restore/save the variables from/to, if --restore-vars or --save-vars is enabled (default "devspace-vars")
7174```
72-
You can’t perform that action at this time.
0 commit comments