Skip to content

Commit 0c9ec4d

Browse files
committed
update CLI.md
1 parent 5632046 commit 0c9ec4d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CLI.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ Client implementation and command-line tool for the Linera blockchain
112112

113113
###### **Options:**
114114

115-
* `--wallet <WALLET_STATE_PATH>` — Sets the file storing the private state of user chains (an empty one will be created if missing)
116-
* `--keystore <KEYSTORE_PATH>` — Sets the file storing the keystore state
117-
* `-w`, `--with-wallet <WITH_WALLET>` — Given an ASCII alphanumeric parameter `X`, read the wallet state and the wallet storage config from the environment variables `LINERA_WALLET_{X}` and `LINERA_STORAGE_{X}` instead of `LINERA_WALLET` and `LINERA_STORAGE`
115+
* `--wallet <WALLET_STATE_PATH>` — DEPRECATED: Use --with-wallet=NAME instead. Sets the file storing the private state of user chains (an empty one will be created if missing)
116+
* `--keystore <KEYSTORE_PATH>` — DEPRECATED: Use --with-wallet=NAME instead. Sets the file storing the keystore state
117+
* `--home-directory <HOME_DIRECTORY>` — Sets the home directory for storing Linera wallets. Alternatively, one may set the environment variable LINERA_HOME
118+
* `-w`, `--with-wallet <NAME>` — Name of the wallet to be used. Data will be stored in the corresponding subdirectory of the home directory -- unless other (deprecated) options are used
118119
* `--send-timeout-ms <SEND_TIMEOUT>` — Timeout for sending queries (milliseconds)
119120

120121
Default value: `4000`

0 commit comments

Comments
 (0)