Kevin Lee
|
0d143ca89c
|
Consistent punctuation in command usages (#5139)
* Fix spelling and grammatical errors in command docs
* Add periods for consistency across the long command descriptions
* Format imports
|
2022-01-31 10:56:12 +00:00 |
|
tison
|
0d3dd7e758
|
extension upgrade: do not consider up-to-date to be a failure (#4857)
Co-authored-by: Mislav Marohnić <mislav@github.com>
|
2021-12-16 12:59:22 +01:00 |
|
vilmibm
|
6950c6ee32
|
binary extension create
- add a wizard to gh extension create
- add --precompiled-go
- add --precompiled-other
- build out scaffolding for both types of binary extensions
|
2021-11-23 16:53:45 -06:00 |
|
nate smith
|
a20ea17147
|
print success for installing extension
|
2021-11-12 12:29:53 -06:00 |
|
Alan Donovan
|
f4491c7a80
|
Add FlagErrorf; encapsulate FlagError.error
|
2021-10-21 11:40:20 -04:00 |
|
Sam Coe
|
defbf0f306
|
Make extension upgrade output more friendly
|
2021-10-12 16:47:19 -07:00 |
|
vilmibm
|
db5bbf799f
|
use manager io in Upgrade
|
2021-09-28 13:03:00 -05:00 |
|
vilmibm
|
5f02ed2656
|
linter appeasement
|
2021-09-22 15:59:50 -05:00 |
|
vilmibm
|
514d4d992c
|
refactor dependencies of ext manager
|
2021-09-21 15:55:31 -05:00 |
|
vilmibm
|
f4d97dcedd
|
WIP refactoring
|
2021-09-20 16:25:26 -05:00 |
|
vilmibm
|
b00e8a5681
|
more accurately check for binary extension
|
2021-09-20 16:02:20 -05:00 |
|
vilmibm
|
eeca998640
|
binary extension support in gh extension install
|
2021-09-15 18:46:17 -05:00 |
|
Mislav Marohnić
|
2a2088dc89
|
💅 tweak extension docs
|
2021-09-06 20:04:40 +02:00 |
|
wrslatz
|
28cbfc4aab
|
Document installing extensions using full repo URL
|
2021-09-03 18:14:10 -04:00 |
|
Mislav Marohnić
|
11fbb60ae7
|
Rename the module to "github.com/cli/cli/v2"
|
2021-08-25 12:41:30 +02:00 |
|
Sam
|
25b150ad6e
|
Merge pull request #4159 from cli/ext-create
Add extension create command
|
2021-08-23 10:44:54 -07:00 |
|
Sam Coe
|
c8963a6345
|
Address PR comments
|
2021-08-23 09:01:05 -07:00 |
|
Sam Coe
|
bb0107ad51
|
Unhide extension commands
|
2021-08-23 08:49:09 -07:00 |
|
Sam Coe
|
7f0e09c13f
|
Move link to next line since it is long
|
2021-08-19 16:18:59 -07:00 |
|
Sam Coe
|
50a15cae86
|
Better error message
|
2021-08-19 14:46:26 -07:00 |
|
Sam Coe
|
232ad2a67c
|
Fix up link
|
2021-08-19 13:41:26 -07:00 |
|
Sam Coe
|
e9f7459ce2
|
Add extension create command
|
2021-08-19 13:30:34 -07:00 |
|
Mislav Marohnić
|
1881de6d41
|
Allow fully qualified extension name as argument to upgrade, remove
|
2021-08-19 20:01:18 +02:00 |
|
Mislav Marohnić
|
a7fc43bc5f
|
Add hint about argument to extensions remove usage synopsis
|
2021-08-12 15:41:17 +02:00 |
|
Mislav Marohnić
|
ac6c859ca0
|
Print "Upgrade available" instead of "Update available"
This is because we have an `upgrade` command, not `update` command.
|
2021-08-12 15:40:46 +02:00 |
|
Mislav Marohnić
|
bf9c49eccd
|
Rename gh extensions → gh extension
This is for compatibility with other core commands which are all singular.
|
2021-08-11 22:22:39 +02:00 |
|