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

41 lines
754 B
Markdown
Generated

<!-- DO NOT EDIT | GENERATED CONTENT -->
# stat disk
Show disk usage, in gigabytes.
## Usage
```console
coder stat disk [flags]
```
## Options
### -o, --output
| | |
| ------- | ------------------- |
| Type | <code>string</code> |
| Default | <code>text</code> |
Output format. Available formats: text, json.
### --path
| | |
| ------- | ------------------- |
| Type | <code>string</code> |
| Default | <code>/</code> |
Path for which to check disk usage.
### --prefix
| | |
| ------- | --------------- | --- | --- | ---------- |
| Type | <code>enum[Ki | Mi | Gi | Ti]</code> |
| Default | <code>Gi</code> |
SI Prefix for disk measurement.