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

17 lines
375 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.