mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder exp sync start [flags] <unit>
|
|
|
|
Wait until all unit dependencies are satisfied
|
|
|
|
Wait until all dependencies are satisfied, consider the unit to have started,
|
|
then allow it to proceed. This command polls until dependencies are ready,
|
|
then marks the unit as started.
|
|
|
|
OPTIONS:
|
|
--timeout duration (default: 5m)
|
|
Maximum time to wait for dependencies (e.g., 30s, 5m). 5m by default.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|