Copy Wallet
You can copy a wallet from one storage to another storage, including the local file system. The name of the wallet remains unchanged during the copying process, so if there is already a wallet with the same name in the target cloud drive, the copy will fail.
eth-cli copy --from google --to dropbox --name myWallet01
# or
eth-cli copy --from google --to /tmp/a.json --name myWallet01

Last updated