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

Add gpk upgrade command #16

Open
braydonf opened this issue Feb 18, 2020 · 1 comment
Open

Add gpk upgrade command #16

braydonf opened this issue Feb 18, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@braydonf
Copy link
Owner

Add interactive upgrade command.

Example usage:

  • gpk upgrade -g - To upgrade global installations, it would list which packages will be upgraded and prompt to confirm [Y/n].
  • gpk upgrade -g -y - Upgrade all global without prompts.
  • gpk upgrade -g <module> - To upgrade a specific global dependency.
  • gpk upgrade <module> - To upgrade a specific local dependency.
  • gpk upgrade <module> --major - Upgrade to the latest major version available.
  • gpk upgrade <module> --minor - Upgrade to the latest minor version available.
  • gpk upgrade <module> --patch - Upgrade to the latest patch version available.
@braydonf braydonf added the enhancement New feature or request label Feb 18, 2020
@braydonf braydonf added this to the v2.1.0 milestone Feb 26, 2020
@Jeffroooah222
Copy link

lib/index.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants