mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 02:15:37 +02:00
choco-outdated: add page (#2032)
This commit is contained in:
parent
1dc079ce24
commit
6832c97b31
1 changed files with 19 additions and 0 deletions
19
pages/windows/choco-outdated.md
Normal file
19
pages/windows/choco-outdated.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# choco outdated
|
||||||
|
|
||||||
|
> Check for outdated packages with Chocolatey.
|
||||||
|
|
||||||
|
- Display a list of outdated packages in table format:
|
||||||
|
|
||||||
|
`choco outdated`
|
||||||
|
|
||||||
|
- Ignore pinned packages in the output:
|
||||||
|
|
||||||
|
`choco outdated --ignore-pinned`
|
||||||
|
|
||||||
|
- Specify a custom source to check packages from:
|
||||||
|
|
||||||
|
`choco outdated --source {{source_url|alias}}`
|
||||||
|
|
||||||
|
- Provide a username and password for authentication:
|
||||||
|
|
||||||
|
`choco outdated --user {{username}} --password {{password}}`
|
Loading…
Add table
Reference in a new issue