CLISSH Keys
hudl key get <name>
Show the public key and fingerprint of a single SSH key.
Show the public key and fingerprint of a single SSH key. Useful for verifying which key is registered or copying the public key to another system.
Usage
hudl key get <name> [flags]Common flags
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
View a key's details:
hudl key get deploy-keyOutput as JSON:
hudl key get deploy-key -o jsonAPI reference
This command calls GET /keypairs/{name} under the hood. See the full request and response schema in the API reference.