stellar_keys_secret
Retrieve a Stellar identity's private key or seed phrase by name or HD path, so you can sign or manage accounts via CLI commands.
Instructions
Output an identity's secret key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of identity to lookup, default is test identity | |
| hdPath | No | If identity is a seed phrase use this hd path, default is 0 | |
| phrase | No | Output seed phrase instead of private key | |
| configDir | No | Location of config directory |