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
+72Lines changed: 72 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Anything after the `--` double dash (the "slop") is parsed as arguments to the c
53
53
-`snapshot` — Download a snapshot of a ledger from an archive
54
54
-`tx` — Sign, Simulate, and Send transactions
55
55
-`xdr` — Decode and encode XDR
56
+
-`strkey` — Decode and encode strkey
56
57
-`completion` — Print shell completion code for the specified shell
57
58
-`cache` — Cache for transactions and contract specs
58
59
-`version` — Print version information
@@ -1125,6 +1126,7 @@ Create and manage identities including keys and addresses
1125
1126
-`rm` — Remove an identity
1126
1127
-`secret` — Output an identity's secret key
1127
1128
-`use` — Set the default identity that will be used on all commands. This allows you to skip `--source-account` or setting a environment variable, while reusing this value in all commands that require it
1129
+
-`unset` — Unset the default key identity defined previously with `keys use <identity>`
1128
1130
1129
1131
## `stellar keys add`
1130
1132
@@ -1303,6 +1305,17 @@ Set the default identity that will be used on all commands. This allows you to s
1303
1305
-`--global` — ⚠️ Deprecated: global config is always on
1304
1306
-`--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
1305
1307
1308
+
## `stellar keys unset`
1309
+
1310
+
Unset the default key identity defined previously with `keys use <identity>`
1311
+
1312
+
**Usage:**`stellar keys unset [OPTIONS]`
1313
+
1314
+
###### **Options (Global):**
1315
+
1316
+
-`--global` — ⚠️ Deprecated: global config is always on
1317
+
-`--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
1318
+
1306
1319
## `stellar network`
1307
1320
1308
1321
Configure connection to networks
@@ -4141,6 +4154,65 @@ Print version information
4141
4154
4142
4155
**Usage:**`stellar xdr version`
4143
4156
4157
+
## `stellar strkey`
4158
+
4159
+
Decode and encode strkey
4160
+
4161
+
**Usage:**`stellar strkey <COMMAND>`
4162
+
4163
+
###### **Subcommands:**
4164
+
4165
+
-`decode` — Decode strkey
4166
+
-`encode` — Encode strkey
4167
+
-`zero` — Generate the zero strkey
4168
+
-`version` — Print version information
4169
+
4170
+
## `stellar strkey decode`
4171
+
4172
+
Decode strkey
4173
+
4174
+
**Usage:**`stellar strkey decode <STRKEY>`
4175
+
4176
+
###### **Arguments:**
4177
+
4178
+
-`<STRKEY>` — Strkey to decode
4179
+
4180
+
## `stellar strkey encode`
4181
+
4182
+
Encode strkey
4183
+
4184
+
**Usage:**`stellar strkey encode <JSON>`
4185
+
4186
+
###### **Arguments:**
4187
+
4188
+
-`<JSON>` — JSON for Strkey to encode
4189
+
4190
+
## `stellar strkey zero`
4191
+
4192
+
Generate the zero strkey
4193
+
4194
+
**Usage:**`stellar strkey zero [OPTIONS] <STRKEY>`
4195
+
4196
+
###### **Arguments:**
4197
+
4198
+
-`<STRKEY>` — Strkey type to generate the zero value for
4199
+
4200
+
Possible values: `public_key_ed25519`, `pre_auth_tx`, `hash_x`, `muxed_account_ed25519`, `signed_payload_ed25519`, `contract`, `liquidity_pool`, `claimable_balance_v0`
4201
+
4202
+
###### **Options:**
4203
+
4204
+
-`--output <OUTPUT>` — Output format
4205
+
4206
+
Default value: `strkey`
4207
+
4208
+
Possible values: `strkey`, `json`
4209
+
4210
+
## `stellar strkey version`
4211
+
4212
+
Print version information
4213
+
4214
+
**Usage:**`stellar strkey version`
4215
+
4144
4216
## `stellar completion`
4145
4217
4146
4218
Print shell completion code for the specified shell
0 commit comments