Files
coder/cli/testdata/coder_stat_mem_--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

375 B

Usage: coder stat mem [flags]
 
Show memory usage, in gigabytes.
 
Options
--host bool
Force host memory measurement.
 
-o, --output string (default: text)
Output format. Available formats: text, json.
 
--prefix Ki|Mi|Gi|Ti (default: Gi)
SI Prefix for memory measurement.
 
---
Run `coder --help` for a list of global options.