mirror of
https://github.com/coder/coder.git
synced 2026-06-06 22:48:19 +00:00
32 lines
536 B
Markdown
32 lines
536 B
Markdown
<!-- 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.
|