You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the extension reports that a new version is available, it would be nice if it also gave me an easily copy/pasteable command to update to that new version.
Currently it shows this:
A new release of gh-copilot is available: 1.0.0 → 1.0.1
https://github.com/github/gh-copilot/releases/tag/v1.0.1
Ideally it would show something like this so I don't have to remember how the CLI works and/or go and look at the --help every time:
A new release of gh-copilot is available: 1.0.0 → 1.0.1
https://github.com/github/gh-copilot/releases/tag/v1.0.1
To upgrade, run: gh extension upgrade gh-copilot
Version
Observed on 1.0.0
Relevant terminal output
See above.
The text was updated successfully, but these errors were encountered:
⇒ gh extension upgrade -h
Upgrade installed extensions
USAGE
gh extension upgrade {<name>| --all} [flags]
FLAGS
--all Upgrade all extensions
--dry-run Only display upgrades
--force Force upgrade extension
INHERITED FLAGS
--help Show helpforcommand
LEARN MORE
Use `gh <command><subcommand> --help`for more information about a command.
Read the manual at https://cli.github.com/manual
So:
⇒ gh extension upgrade gh-copilot
[copilot]: upgraded from v1.0.1 to v1.0.2
✓ Successfully upgraded extension
Describe the need
When the extension reports that a new version is available, it would be nice if it also gave me an easily copy/pasteable command to update to that new version.
Currently it shows this:
Ideally it would show something like this so I don't have to remember how the CLI works and/or go and look at the
--help
every time:Version
Observed on
1.0.0
Relevant terminal output
See above.
The text was updated successfully, but these errors were encountered: