2019-03-10 13:31:21 +00:00
|
|
|
# choco outdated
|
|
|
|
|
2019-10-18 04:30:29 +01:00
|
|
|
> 使用 Chocolatey 检查过时的包.
|
2019-03-10 13:31:21 +00:00
|
|
|
|
2019-10-19 07:12:27 +01:00
|
|
|
- 用表格的形式列出过时的包:
|
2019-03-10 13:31:21 +00:00
|
|
|
|
|
|
|
`choco outdated`
|
|
|
|
|
2019-10-19 07:12:27 +01:00
|
|
|
- 忽略输出中的固定包:
|
2019-03-10 13:31:21 +00:00
|
|
|
|
|
|
|
`choco outdated --ignore-pinned`
|
|
|
|
|
2019-10-19 07:12:27 +01:00
|
|
|
- 从自定义的源处检查过时的包:
|
2019-03-10 13:31:21 +00:00
|
|
|
|
2019-10-18 03:33:27 +01:00
|
|
|
`choco outdated --source {{源 URL|别名}}`
|
2019-03-10 13:31:21 +00:00
|
|
|
|
2019-10-19 07:12:27 +01:00
|
|
|
- 提供一个用户名和密码来进行验证:
|
2019-03-10 13:31:21 +00:00
|
|
|
|
|
|
|
`choco outdated --user {{username}} --password {{password}}`
|