Describes a key pair
Describes a key pair.
stackit key-pair describe KEY_PAIR_NAME [flags]
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
-h, --help Help for "stackit key-pair describe"
--public-key Show only the public key
-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")
- stackit key-pair - Provides functionality for SSH key pairs