owenvoke / gh-gpg-key

Manage GPG keys registered with your GitHub account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gh gpg-key GitHub CLI extension

NOTE: This extension is now part of gh core and is no longer supported.

This adds functionality to list and add GPG keys to GitHub until cli/cli#3822 is merged.

Install

gh extension install owenvoke/gh-gpg-key

Usage

# List the help
gh gpg-key

# Display a list of GPG keys assigned to your account
gh gpg-key list

# Add a GPG key to your account based on the id or email
gh gpg-key add [keyid|email]

License

The MIT License (MIT). Please see License File for more information.

About

Manage GPG keys registered with your GitHub account

License:MIT License


Languages

Language:Shell 100.0%