2018-03-08 22:40:49 +00:00
|
|
|
# choco
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> The Chocolatey package manager.
|
2024-10-04 21:14:41 +02:00
|
|
|
> Some subcommands such as `install` have their own usage documentation.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://chocolatey.org>.
|
2018-03-08 22:40:49 +00:00
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
- Execute a Chocolatey command:
|
2018-03-08 22:40:49 +00:00
|
|
|
|
|
|
|
`choco {{command}}`
|
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display help:
|
2018-03-08 22:40:49 +00:00
|
|
|
|
|
|
|
`choco -?`
|
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display help for a specific command:
|
2018-03-08 22:40:49 +00:00
|
|
|
|
|
|
|
`choco {{command}} -?`
|
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display version:
|
2018-03-08 22:40:49 +00:00
|
|
|
|
|
|
|
`choco --version`
|