wallet:import
To import an account from a file:
ironfish wallet:import --path filename
To import an account via stdin:
ironfish wallet:import {<exported account or spending key>}
To import an account interactively:
ironfish wallet:import
> ironfish wallet:import
Paste the output of wallet:export, or your spending key: 9cfaf518a343aa5cb6d7ee704f7b0b29fac85ff96912ea7302a3e2a4ae52cff5 Enter a new account name: wallet Account wallet imported. Run "ironfish wallet:use wallet" to set the account as default
Enter the details requested by the prompts as shown above.