You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manage stored credentials (keys) in the KMS: list all key references, remove specific credentials.
3
+
Generate, import, list, and remove standalone private keys (key credentials) in the KMS.
4
4
5
5
Key references (format: `kr_xxx`) are identifiers for keys stored in the local key manager. They can be used in place of inline `accountId:privateKey` pairs in any command that accepts keys.
6
6
7
+
Key aliases (`--alias`) are human-readable names scoped to the current network that point to a key reference. They are distinct from account aliases — a key alias has no associated Hedera account ID.
8
+
9
+
---
10
+
11
+
### `hcli credentials generate`
12
+
13
+
Generate a new private key in KMS and optionally assign a key alias.
14
+
15
+
| Option | Short | Type | Required | Description |
0 commit comments