|
11 | 11 | </a> |
12 | 12 | </p> |
13 | 13 |
|
14 | | - | Branch | Tests | Coverage | |
15 | | -|--------------|-----------------|----------------| |
| 14 | +| Branch | Tests | Coverage | |
| 15 | +| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | |
16 | 16 | | `master` |  |  | |
17 | 17 |
|
18 | | - |
19 | | - |
20 | | - |
21 | 18 | ## Descriptions |
22 | 19 |
|
23 | 20 | _A CLI tools built for AElf_ |
24 | 21 |
|
25 | 22 | ## Features |
26 | 23 |
|
27 | | -- Get or Set common configs, `endpoint`, `account`, `datadir`, `password`. |
| 24 | +- Get or Set common configs, `endpoint`, `account`, `datadir`, `password`, `csv`. |
28 | 25 | - For new users who are not familiar with the CLI parameters, any missing parameters will be asked in a prompting way. |
29 | 26 | - Create a new `account`. |
30 | 27 | - Load an account from a given `private key` or `mnemonic`. |
@@ -157,6 +154,7 @@ Options: |
157 | 154 | -a, --account <account> The address of AElf wallet |
158 | 155 | -p, --password <password> The password of encrypted keyStore |
159 | 156 | -d, --datadir <directory> The directory that contains the AElf related files. Defaults to {home}/.local/share/aelf |
| 157 | + -c, --csv <csv> The location of the CSV file containing the parameters. |
160 | 158 | -h, --help output usage information |
161 | 159 |
|
162 | 160 | Commands: |
@@ -218,6 +216,7 @@ aelf-command console |
218 | 216 | - `endpoint`: The endpoint for the RPC service. |
219 | 217 | - `account`: The account to be used to interact with the blockchain `endpoint`. |
220 | 218 | - `password`: The password for unlocking the given `account`. |
| 219 | +- `csv>`: The location of the CSV file containing the parameters. |
221 | 220 |
|
222 | 221 | You can specified options above in several ways, and the priority is in the order of low to high. |
223 | 222 |
|
|
0 commit comments