You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FULL_HELP_DOCS.md
+12-78Lines changed: 12 additions & 78 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1107,6 +1107,7 @@ Add a new identity (keypair, ledger, OS specific secure store)
1107
1107
*`--global` — ⚠️ Deprecated: global config is always on
1108
1108
*`--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
1109
1109
*`--public-key <PUBLIC_KEY>` — Add a public key, ed25519, or muxed account, e.g. G1.., M2..
1110
+
*`--overwrite` — Overwrite existing identity if it already exists
1110
1111
1111
1112
1112
1113
@@ -4007,7 +4008,6 @@ Fetch ledger entries. This command supports all types of ledger entries supporte
4007
4008
4008
4009
*`account` — Fetch account entry by public key or alias
4009
4010
*`contract-data` — Fetch contract ledger entry by address or alias and storage key
4010
-
*`config` — Fetch the current network config by `ConfigSettingId`. All config settings are returned if no id is provided
4011
4011
*`claimable-balance` — Fetch a claimable balance ledger entry by id
4012
4012
*`liquidity-pool` — Fetch a liquidity pool ledger entry by id
4013
4013
*`contract-code` — Fetch a Contract's WASM bytecode by WASM hash
@@ -4021,14 +4021,11 @@ Fetch ledger entries. This command supports all types of ledger entries supporte
*`--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
4131
-
*`--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
4132
-
*`-n`, `--network <NETWORK>` — Name of network to use from config
4133
-
*`--global` — ⚠️ Deprecated: global config is always on
4134
-
*`--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
4135
-
*`--output <OUTPUT>` — Format of the output
4136
-
4137
-
Default value: `json`
4138
-
4139
-
Possible values:
4140
-
-`json`:
4141
-
JSON output of the ledger entry with parsed XDRs (one line, not formatted)
4142
-
-`json-formatted`:
4143
-
Formatted (multiline) JSON output of the ledger entry with parsed XDRs
0 commit comments