2025-07-17 03:58:59 +00:00
# `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]
```
2026-01-13 09:30:57 +00:00
## Subcommands
2025-07-17 03:58:59 +00:00
| Subcommand | Description |
|------------|----------------------------------------------------------------------|
| `show` | Prints information about the operating system of the current device. |
2026-01-13 09:30:57 +00:00
## Options
2025-07-17 03:58:59 +00:00
| Name | Short | Description |
|--------------|-------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `--help` | `-h` | Displays help information. |