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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1179,7 +1179,9 @@ Prints the environment variables
1179
1179
1180
1180
Prints to stdout in a format that can be used as .env file. Environment variables have precedence over defaults.
1181
1181
1182
-
Pass a name to get the value of a single environment variable.
1182
+
By default, secret values are concealed. To display them, use `--reveal`.
1183
+
1184
+
Pass a name to get the value of a single environment variable. Its value is printed without shell quoting (control characters are neutralized), suitable for command substitution. Concealed variables print nothing unless `--reveal` is passed.
1183
1185
1184
1186
If there are no environment variables in use, prints the defaults.
1185
1187
@@ -1195,6 +1197,10 @@ If there are no environment variables in use, prints the defaults.
1195
1197
1196
1198
-`--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
1197
1199
1200
+
###### **Options:**
1201
+
1202
+
-`--reveal` — Whether to reveal the value of concealed env vars. By default, concealed env vars are hidden behind a placeholder value
1203
+
1198
1204
## `stellar keys`
1199
1205
1200
1206
Create and manage identities including keys and addresses
0 commit comments