github.com/aeternity/aepp-sdk-go@v1.0.3-0.20190606142815-1c0ffdc21fd9/doc/cli/aecli_wallet.md (about) 1 ## aecli wallet 2 3 Interact with a wallet 4 5 ### Synopsis 6 7 Interact with a wallet 8 9 ``` 10 aecli wallet PRIVATE_KEY_PATH [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for wallet 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 -c, --config string config file to load (defaults to $HOME/.aeternity/config.yaml 23 --debug enable debug 24 --json print output in json format 25 ``` 26 27 ### SEE ALSO 28 29 * [aecli](aecli.md) - The command line client for the Aeternity blockchain 30 * [aecli wallet address](aecli_wallet_address.md) - Print the aeternity wallet address 31 * [aecli wallet balance](aecli_wallet_balance.md) - Get the balance of an account 32 * [aecli wallet create](aecli_wallet_create.md) - Create a new account 33 * [aecli wallet save](aecli_wallet_save.md) - Save an account from a hex string to a keystore file 34 * [aecli wallet spend](aecli_wallet_spend.md) - Print the aeternity wallet spend 35 36 ###### Auto generated by spf13/cobra on 19-Sep-2018