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.

Options

  • --color <COLOR> — When to use ANSI color in output [default: auto][possible values: auto, always, never]

fj gpg-key list

List GPG keys on your account

fj gpg-key list [OPTIONS]

Options

  • --json — Emit JSON instead of a table
  • --color <COLOR> — When to use ANSI color in output [default: auto][possible values: auto, always, never]

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)
  • --color <COLOR> — When to use ANSI color in output [default: auto][possible values: auto, always, never]

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
  • --color <COLOR> — When to use ANSI color in output [default: auto][possible values: auto, always, never]
Contributors
  • Stephen Way