mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
choco-list: add page (#2046)
This commit is contained in:
parent
fbb9ddd4c1
commit
ac22ef25d1
1 changed files with 27 additions and 0 deletions
27
pages/windows/choco-list.md
Normal file
27
pages/windows/choco-list.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# choco list
|
||||
|
||||
> Display a list of packages with Chocolatey.
|
||||
|
||||
- Display all available packages:
|
||||
|
||||
`choco list`
|
||||
|
||||
- Display all locally installed packages:
|
||||
|
||||
`choco list --local-only`
|
||||
|
||||
- Display a list including local programs:
|
||||
|
||||
`choco list --include-programs`
|
||||
|
||||
- Display only approved packages:
|
||||
|
||||
`choco list --approved-only`
|
||||
|
||||
- Specify a custom source to display packages from:
|
||||
|
||||
`choco list --source {{source_url|alias}}`
|
||||
|
||||
- Provide a username and password for authentication:
|
||||
|
||||
`choco list --user {{username}} --password {{password}}`
|
Loading…
Add table
Reference in a new issue