mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
430 B
Markdown
20 lines
430 B
Markdown
![]() |
# 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}}`
|