We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a314c7 commit 89df969Copy full SHA for 89df969
1 file changed
docs/pages/commands/devspace_sync.md
@@ -44,8 +44,11 @@ devspace sync --container-path=/my-path
44
--no-watch Synchronizes local and remote and then stops
45
--pick Select a pod (default true)
46
--pod string Pod to sync to
47
+ --polling bool If polling should be used to detect file changes in the container
48
--upload-only If set DevSpace will only upload files
49
--verbose Shows every file that is synced
50
+ --wait Wait for the pod(s) to start if they are not running
51
+
52
```
53
54
@@ -69,4 +72,3 @@ devspace sync --container-path=/my-path
69
72
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)
70
73
--vars-secret string The secret to restore/save the variables from/to, if --restore-vars or --save-vars is enabled (default "devspace-vars")
71
74
-
0 commit comments