# Background We'd like the CLI to let users know if they'd be able to upgrade. # Definition of Done - [ ] When users run any command, try to check if there's an upgrade available on GitHub - [ ] Make a short timeout, to avoid hanging the CLI - [ ] If the request fails, assume there's no upgrade - [ ] If there's an upgrade available, print an informational message to the user before running the subcommand