2018-03-08 22:40:49 +00:00
|
|
|
# choco
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> The Chocolatey package manager.
|
2021-09-13 09:21:21 +01:00
|
|
|
> Some subcommands such as `choco install` have their own usage documentation.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://chocolatey.org>.
|
2018-03-08 22:40:49 +00:00
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
- Execute a Chocolatey command:
|
2018-03-08 22:40:49 +00:00
|
|
|
|
|
|
|
`choco {{command}}`
|
|
|
|
|
|
|
|
- Call general help:
|
|
|
|
|
|
|
|
`choco -?`
|
|
|
|
|
|
|
|
- Call help on a specific command:
|
|
|
|
|
|
|
|
`choco {{command}} -?`
|
|
|
|
|
|
|
|
- Check the Chocolatey version:
|
|
|
|
|
|
|
|
`choco --version`
|