| Name | Value | Description | Example |
|---|
| xml | | export the configuration in XML format | |
| json | | use JSON as the export format for the configuration data | |
| csv | | export the configuration in CSV format (comma-separated-value) | |
| csv-no-data | | export only the submenus and parameter names in CSV format (no values) | |
| normal | | use the human readable standard format | |
| tree | | export only the submenus and parameter names as a tree (no values) | |
| capabilities | | export with capabilities | |
| capabilities-rw | | use with capabilities where ro-objects only shows its data | |
| data | | export with data (--capabilities in json only) | |
| verbose | | export with more information (--capabilities in json only) | |
| raw | | prints enums as value instead of names | |
| not-raw | | always prints enums as names | |
| table | | export menu as a table (useful on list-like menus) | |
| xtable | | export menu as a table and swaps rows with columns | |
| non-recursive | | only displays the selected menu. | |
| only-rw | | only displays read-write objects. | |
| rel-path | | only prints the sub-menu | |
| use-unit | | include units if available | |
| no-unit | | do not include units | |
| fullpath | | always include the full menu-path to the menus | |
| ignore | regex | do not include menus and objects | /status/chassis/clk.*/ |
| depth | number | limits the sub-menu iterations | 2 |
| columns | number | displays [number] menus in the table | 2 |
| file | filepath | reads a file that contains a list of objects and exports these | list.txt |
| output | filepath | export the content into a file | myoutput.json |
| menu | | /status/system |
See also: