We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gpk upgrade
Add interactive upgrade command.
Example usage:
gpk upgrade -g
gpk upgrade -g -y
gpk upgrade -g <module>
gpk upgrade <module>
gpk upgrade <module> --major
gpk upgrade <module> --minor
gpk upgrade <module> --patch
The text was updated successfully, but these errors were encountered:
lib/index.js
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: