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 @oclif/plugin-warn-if-update-available #156

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 5, 2024

  1. Add @oclif/plugin-warn-if-update-available

    This will allow users to be alerted when a new version of the CLI is released. The CLI will poll the registry a maximum of once every 7 days when the user runs a command. If the user is running an outdated version, a warning will be printed to STDERR. It should be noted that this warning will be printed even if --json is passed so users should make sure to only read from STDOUT if they are fetching the data (this should be the default for any ordinary use case).
    
    Signed-off-by: Matthew Nickson <[email protected]>
    Computroniks committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d92f11c View commit details
    Browse the repository at this point in the history