2018-03-08 22:40:49 +00:00
|
|
|
# choco
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> A command-line interface for 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
|
|
|
|
|
|
|
- Execute Chocolatey command:
|
|
|
|
|
|
|
|
`choco {{command}}`
|
|
|
|
|
|
|
|
- Call general help:
|
|
|
|
|
|
|
|
`choco -?`
|
|
|
|
|
|
|
|
- Call help on a specific command:
|
|
|
|
|
|
|
|
`choco {{command}} -?`
|
|
|
|
|
|
|
|
- Check the Chocolatey version:
|
|
|
|
|
|
|
|
`choco --version`
|