mirror of
https://github.com/coder/coder.git
synced 2026-06-05 22:18:20 +00:00
20 lines
505 B
Plaintext
20 lines
505 B
Plaintext
coder v0.0.0-devel
|
|
|
|
[93mUSAGE:[0m
|
|
coder stat disk [flags]
|
|
|
|
Show disk usage, in gigabytes.
|
|
|
|
[93mOPTIONS:[0m
|
|
[96m-[0m[96mo[0m, [96m--[0m[96moutput[0m string (default: text)
|
|
Output format. Available formats: text, json.
|
|
|
|
[96m--[0m[96mpath[0m string (default: /)
|
|
Path for which to check disk usage.
|
|
|
|
[96m--[0m[96mprefix[0m Ki|Mi|Gi|Ti (default: Gi)
|
|
SI Prefix for disk measurement.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|