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