Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outdated - Add --pre to outdated command #1804

Closed
mkevenaar opened this issue Apr 19, 2019 · 2 comments
Closed

outdated - Add --pre to outdated command #1804

mkevenaar opened this issue Apr 19, 2019 · 2 comments

Comments

@mkevenaar
Copy link
Contributor

Hi,

I would like to be able to see all the outdated pre-releases of packages I have installed.

Expected Behavior

Be able to run choco outdated --pre and see outdated packages, including pre-releases

Current Behavior

The same as choco outdated

Possible Solution

Add an option to allow pre-releases to be shown (e.g. using already known flag --pre)

Steps to reproduce

  1. Install the Chocolatey package using the install script provided in the documentation
  2. run: choco outdated --pre

Expected response

Outdated Packages
 Output is package name | current version | available version | pinned?

chocolatey|0.10.13|0.10.14-beta-20190418|false
@ferventcoder
Copy link
Member

The current behavior will see upgrades for installed prereleases, but this would cover wanting to see if there is a prerelease available for a stable package.

@ferventcoder ferventcoder added this to the 0.10.14 milestone Apr 30, 2019
mkevenaar added a commit to mkevenaar/choco that referenced this issue May 26, 2019
With the pre command added to the outdated command, you are able to
list outdated packagesthat have a pre-release available. As all the
code was already available, only the parameter was added to this
command.
mkevenaar added a commit to mkevenaar/choco that referenced this issue May 26, 2019
With the pre command added to the outdated command, you are able to
list outdated packages that have a pre-release available. As all the
code was already available, only the parameter was added to this
command.
mkevenaar added a commit to mkevenaar/choco that referenced this issue May 26, 2019
With the pre parameter added to the outdated command, you are able to
list outdated packages that have a pre-release available. As all the
code was already available, only the parameter was added to the
outdated command.
ferventcoder pushed a commit that referenced this issue May 26, 2019
With the pre parameter added to the outdated command, you are able to
list outdated packages that have a pre-release available. As all the
code was already available, only the parameter was added to the
outdated command.
ferventcoder added a commit that referenced this issue May 26, 2019
* pr1832:
  (GH-1804) Added pre parameter to outdated
ferventcoder added a commit to ferventcoder/choco that referenced this issue May 26, 2019
* stable:
  (chocolateyGH-1804) Added pre parameter to outdated
  (chocolateyGH-1834) update tab completion
  (chocolateyGH-1831) list/search/info - disabe repo opts switch
@ferventcoder
Copy link
Member

This has been merged into stable at a1cda37 and will be released with Chocolatey v0.10.14.

@ferventcoder ferventcoder changed the title Add --pre to outdated command outdated - Add --pre to outdated command May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants