Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkg/cmd/extension/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command {
When an extension is executed, gh will check for new versions once every 24 hours and display
an upgrade notice. See %[1]sgh help environment%[1]s for information on disabling extension notices.

Extensions are not verified, signed, or endorsed by GitHub. When you install or upgrade
an extension, you are trusting its publisher. It is your responsibility to review the
source and provenance of any extension before use.

For the list of available extensions, see <https://github.com/topics/gh-extension>.
`, "`"),
Aliases: []string{"extensions", "ext"},
Expand Down
Loading