2018-03-18 12:51:48 +00:00
|
|
|
# choco outdated
|
|
|
|
|
|
|
|
> Check for outdated packages with Chocolatey.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://chocolatey.org/docs/commands-outdated>.
|
2018-03-18 12:51:48 +00:00
|
|
|
|
|
|
|
- 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}}`
|