mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
41 lines
754 B
Markdown
Generated
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.
|