* docs: add CLI docs for user, upgrade, and disk commands * docs: update based on comments * docs: fix typo * docs: refine formatting and add description for argument * docs: resolve conflicts
21 lines
1.5 KiB
Markdown
21 lines
1.5 KiB
Markdown
# `osinfo`
|
|
|
|
## Synopsis
|
|
|
|
The `osinfo` command provides detailed information about the operating system of the current device. Specifically, it retrieves and displays metadata such as `OS_TYPE`, `OS_PLATFORM`, `OS_ARCH`, `OS_VERSION`, `OS_KERNEL`, and `OS_INFO`.
|
|
|
|
```bash
|
|
olares-cli osinfo <subcommand> [options]
|
|
```
|
|
|
|
## Subcommands
|
|
|
|
| Subcommand | Description |
|
|
|------------|----------------------------------------------------------------------|
|
|
| `show` | Prints information about the operating system of the current device. |
|
|
|
|
## Options
|
|
|
|
| Name | Short | Description |
|
|
|--------------|-------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| `--help` | `-h` | Displays help information. | |