File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ sshsync group [OPTIONS] NAME CMD
9494
9595- ` --timeout INTEGER ` - Timeout in seconds for SSH command execution (default: 10)
9696- ` --dry-run ` - Show command and host info without executing
97+ - ` --regex ` - Filter group members by matching alias with a regex pattern
9798
9899** Examples:**
99100
@@ -117,6 +118,7 @@ sshsync push [OPTIONS] LOCAL_PATH REMOTE_PATH
117118
118119- ` --all ` - Push to all configured hosts
119120- ` --group TEXT ` - Push to a specific group of hosts
121+ - ` --regex ` - Filter group members by matching alias with a regex pattern (can only be used with ` --group ` )
120122- ` --host TEXT ` - Push to a single specific host
121123- ` --recurse ` - Recursively push a directory and its contents
122124- ` --dry-run ` - Show transfer and host info without executing
@@ -144,6 +146,7 @@ sshsync pull [OPTIONS] REMOTE_PATH LOCAL_PATH
144146
145147- ` --all ` - Pull from all configured hosts
146148- ` --group TEXT ` - Pull from a specific group of hosts
149+ - ` --regex ` - Filter group members by matching alias with a regex pattern (can only be used with ` --group ` )
147150- ` --host TEXT ` - Pull from a single specific host
148151- ` --recurse ` - Recursively pull a directory and its contents
149152- ` --dry-run ` - Show transfer and host info without executing
You can’t perform that action at this time.
0 commit comments