Files
coder/cli/testdata/coder_stat_disk_--help.golden
Cian Johnston 80ef147060 fix(cli): stat: explicitly specify resource SI prefix (#8206)
* fix(cli): move to explicitly specifying units

* make gen
2023-06-26 18:06:38 +01:00

392 B

Usage: coder stat disk [flags]
 
Show disk usage, in gigabytes.
 
Options
-o, --output string (default: text)
Output format. Available formats: text, json.
 
--path string (default: /)
Path for which to check disk usage.
 
--prefix Ki|Mi|Gi|Ti (default: Gi)
SI Prefix for disk measurement.
 
---
Run `coder --help` for a list of global options.