mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
21 lines
626 B
Plaintext
21 lines
626 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder exp sync status [flags] <unit>
|
|
|
|
Show unit status and dependency state
|
|
|
|
Show the current status of a unit, whether it is ready to start, and lists its
|
|
dependencies. Shows which dependencies are satisfied and which are still
|
|
pending. Supports multiple output formats.
|
|
|
|
OPTIONS:
|
|
-c, --column [depends on|required status|current status|satisfied] (default: depends on,required status,current status,satisfied)
|
|
Columns to display in table output.
|
|
|
|
-o, --output table|json (default: table)
|
|
Output format.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|