2020-07-23 15:19:35 +02:00
|
|
|
|
# System / `cfgdata`
|
2018-12-20 21:24:51 +01:00
|
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
|
```
|
|
|
|
|
Author: Ken Pettit
|
|
|
|
|
Date: 18 December 2018
|
|
|
|
|
```
|
2018-12-20 21:24:51 +01:00
|
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
|
This application provides a command line interface for managing platform
|
|
|
|
|
specific configdata within the `/dev/config` device.
|
2018-12-20 21:24:51 +01:00
|
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
|
**Usage**:
|
2018-12-20 21:24:51 +01:00
|
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
|
```shell
|
|
|
|
|
config <cmd> [arguments]
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Where `<cmd>` is one of:
|
|
|
|
|
|
|
|
|
|
- `all` – show all config entries
|
|
|
|
|
- `print` – display a specific config entry
|
|
|
|
|
- `set` – set or change a config entry
|
|
|
|
|
- `unset` – delete a config entry
|