From 6832c97b31968ff5a08c7478a128313f266a41d2 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Sun, 18 Mar 2018 12:51:48 +0000 Subject: [PATCH] choco-outdated: add page (#2032) --- pages/windows/choco-outdated.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/windows/choco-outdated.md diff --git a/pages/windows/choco-outdated.md b/pages/windows/choco-outdated.md new file mode 100644 index 0000000000..aca0de47da --- /dev/null +++ b/pages/windows/choco-outdated.md @@ -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}}`