CLISSH Keys
hudl key list
List all SSH keys registered in the current workspace.
List all SSH keys registered in the current workspace. Returns each key's name, fingerprint, and type.
Usage
hudl key list [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
List all SSH keys:
hudl key listList keys in a specific region:
hudl key list --region eu2Output as JSON:
hudl key list -o jsonAPI reference
This command calls GET /keypairs under the hood. See the full request and response schema in the API reference.