choco-config: add page (#23355)

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:
Ivan Baluta
2026-07-30 09:02:18 +07:00
committed by GitHub
parent ac3f4b5b95
commit d729fd8293
+20
View File
@@ -0,0 +1,20 @@
# choco config
> Manage configuration file settings for Chocolatey.
> More information: <https://docs.chocolatey.org/en-us/choco/commands/config/>.
- Display all configuration settings and their values:
`choco config list`
- Display the value of a specific configuration setting:
`choco config get {{setting_name}}`
- Set a value for a specific configuration setting:
`choco config set {{setting_name}} {{value}}`
- Remove a specific configuration setting:
`choco config unset {{setting_name}}`