Skip to content

Commit 89df969

Browse files
committed
docs: add --wait and --polling flag
1 parent 0a314c7 commit 89df969

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/pages/commands/devspace_sync.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)