rt home key import
rt › home › key › import
Import an age private key into the keychain (from your password manager)
Usage
rt home key import [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--stdin | boolean | false | Read the private key from stdin instead of a no-echo prompt (scripting) |
--force | boolean | false | Overwrite a key already in the keychain |
See code: commands/home.ts › homeKeyImport