Skip to main content

show command

Use the show command to see the current value of one or more settings.

show command syntax

OneCli.exe multiconfig set <setingname> [settingvalue] --configfile <multi config file> [common options]
Table 1. show command specific parameters
ParameterRequired/OptionalNotes
command optionOptional

The value can be put as “all”, group name or setting name. The “all” is used to display all supported settings, while group name is to display the settings belong to that group, and the setting name is only display the value for that setting. The group name can be got from showgroups command or see section “setting groups” for details.

The default value for command option is “all”. If no command option is specified, the config application will show all the supported settings.

If it is specified, it should right after show command in the command line.

--configfileRequiredSpecify the config file for multi task command, the format refer to Sample/multi_task_config.json.
--hexOptional

Display the hex number for Integer settings when the --hex parameter is used in the show / showdefault / showvalues command.

Obtain the hex number for Integer setting when the --hex parameter is used in the set command.

  • --check-trust, -C

  • --config

  • --nolog

  • --never-check-trust, -N

  • --output, -o

Optional

Refer to Table 2.