Skip to content
1 min read

fj gpg-key

Manage GPG keys on your account

fj gpg-key [OPTIONS] <COMMAND>

Every command also accepts the global flags: --host, --debug, --no-pager, --json-fields.

fj gpg-key list

List GPG keys on your account

fj gpg-key list [OPTIONS]

Options

  • --json — Emit JSON instead of a table

fj gpg-key add

Add a GPG key

fj gpg-key add [OPTIONS]

Options

  • --key <KEY> — Armored public GPG key. Use --from-file - for stdin
  • --from-file <FROM_FILE> — Read the key from a file (or - for stdin)

fj gpg-key delete

Remove a GPG key by id

fj gpg-key delete [OPTIONS] <ID>

Arguments

  • <ID> — Key id

Options

  • -y, --yes — Skip the confirmation prompt
Contributors
  • Stephen Way