Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.11 KB

stackit_key-pair_describe.md

File metadata and controls

44 lines (30 loc) · 1.11 KB

stackit key-pair describe

Describes a key pair

Synopsis

Describes a key pair.

stackit key-pair describe KEY_PAIR_NAME [flags]

Examples

  Get details about a key pair with name "KEY_PAIR_NAME"
  $ stackit key-pair describe KEY_PAIR_NAME

  Get only the SSH public key of a key pair with name "KEY_PAIR_NAME"
  $ stackit key-pair describe KEY_PAIR_NAME --public-key

Options

  -h, --help         Help for "stackit key-pair describe"
      --public-key   Show only the public key

Options inherited from parent commands

  -y, --assume-yes             If set, skips all confirmation prompts
      --async                  If set, runs the command asynchronously
  -o, --output-format string   Output format, one of ["json" "pretty" "none" "yaml"]
  -p, --project-id string      Project ID
      --region string          Target region for region-specific requests
      --verbosity string       Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")

SEE ALSO