cli/pkg
Mislav Marohnić ae0b93575e Add support for installing binary extensions on M1 Macs
If the extension publishes an amd64 binary and Rosetta is available,
use that binary as it will most likely work.

If the extension publishes an arm64 binary, make sure to codesign it
after downloading so that the OS allows its execution.
2022-04-13 20:01:18 +02:00
..
cmd Add support for installing binary extensions on M1 Macs 2022-04-13 20:01:18 +02:00
cmdutil Add label list and label create commands (#5316) 2022-03-29 17:38:59 +00:00
export Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
extensions Add extension upgrade --dry-run (#5098) 2022-04-12 07:18:08 +00:00
findsh go fmt 2021-12-02 16:12:24 +01:00
githubtemplate Use T.TempDir for temporary dirs in tests (#3580) 2021-05-07 12:21:26 +02:00
httpmock gh status 2022-03-28 11:53:13 -05:00
iostreams Fix HexToRGB panic (#5247) 2022-03-01 14:37:10 +00:00
jsoncolor Fix "null" display in colored JSON output 2021-05-12 16:56:52 +02:00
liveshare Document why we have a loop retrying 2022-03-21 12:11:00 -04:00
markdown Preserve newlines in GitHub-flavored markdown 2022-01-13 19:41:01 +01:00
prompt Have NewAskStubber perform auto-cleanup 2022-01-14 18:52:00 +01:00
search Replace old search utility with new search (#5366) 2022-04-06 16:44:52 +02:00
set Add GH_HOST to hosts list if it has corresponding auth token (#5087) 2022-01-29 07:37:24 +00:00
surveyext Merge pull request #5326 from mgabeler-lee-6rs/issue-5239-less-bom 2022-03-30 18:48:46 +02:00
text Add top level search command and search repos sub command (#5172) 2022-03-09 12:24:27 +00:00