mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 04:57:24 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
33
tldr/windows/choco-list
Normal file
33
tldr/windows/choco-list
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# choco list
|
||||
|
||||
> Display a list of packages with Chocolatey.
|
||||
> More information: <https://chocolatey.org/docs/commands-list>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user