Documentation
¶
Overview ¶
Package keycmd provides commands for managing cryptographic keys. Keys are stored in ~/.lux/keys/<name>/{ec,bls,rt,mldsa}/ directories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewCmd(injectedApp *application.Lux) *cobra.Command
NewCmd creates the key command suite. Commands:
- lux key create <name> - Generate new key set from mnemonic
- lux key list - List all key sets
- lux key show <name> - Show key set details and addresses
- lux key delete <name> - Delete a key set
- lux key export <name> - Export key set (mnemonic or individual keys)
- lux key import <name> - Import key set from mnemonic
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.