cli/pkg/cmd/extension
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
..
ext_tmpls 💅 simplify filesystem operations while creating extensions 2021-11-24 13:46:36 +01:00
command.go gh extensions list: Don't error if no extensions installed (#5445) 2022-04-13 07:31:24 +00:00
command_test.go Add extension upgrade --dry-run (#5098) 2022-04-12 07:18:08 +00:00
extension.go list pinned exts 2022-03-07 17:49:04 -08:00
http.go fix tests 2022-03-07 17:50:38 -08:00
manager.go Add support for installing binary extensions on M1 Macs 2022-04-13 20:01:18 +02:00
manager_test.go Add extension upgrade --dry-run (#5098) 2022-04-12 07:18:08 +00:00
symlink_other.go go fmt 2021-12-02 16:12:24 +01:00
symlink_windows.go Rename gh extensionsgh extension 2021-08-11 22:22:39 +02:00