Files
coder/docs/cli/stat_disk.md
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

754 B

stat disk

Show disk usage, in gigabytes.

Usage

coder stat disk [flags]

Options

-o, --output

Type string
Default text

Output format. Available formats: text, json.

--path

Type string
Default /

Path for which to check disk usage.

--prefix

Type enum[Ki Mi Gi Ti]
Default Gi

SI Prefix for disk measurement.