deployzy start
Start tunnels from a configuration file.
bash
deployzy start [flags]Starts all tunnels defined in a YAML configuration file. Useful for running multiple tunnels at once.
Examples
bash
# Use default config (~/.deployzy/deployzy.yml)# Use custom config deployzy start --config ./deployzy.yml ```
Flags
| Flag | Default | Description |
|---|---|---|
-c, --config | ~/.deployzy/deployzy.yml | Config file path |
Auto-reconnect
deployzy start automatically reconnects if the connection drops, with exponential backoff (1s → 60s max).