-
Notifications
You must be signed in to change notification settings - Fork 905
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
Comments
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. |
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
This has been merged into stable at a1cda37 and will be released with Chocolatey v0.10.14. |
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
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-releasesCurrent 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
choco outdated --pre
Expected response
The text was updated successfully, but these errors were encountered: