Closed jaytaph closed 3 years ago
If we want to move an account to another vault, or give someone a copy (including the private key!), we can do an vault export
$ bm-client vault export --account foobar --password secret --file myaccount.json
This will create a encrypted json blob that can be imported somewhere else
$ bm-client vault import --file myaccount.json --password secret
If we want to move an account to another vault, or give someone a copy (including the private key!), we can do an vault export
This will create a encrypted json blob that can be imported somewhere else