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
Flags and environment variables are taken in the following priority:
43
+
1.`--keyring-passphrase`
44
+
2.`LAUNCHR_KEYRING_PASSPHRASE`
45
+
3.`--keyring-passphrase-file`
46
+
4.`LAUNCHR_KEYRING_PASSPHRASE_FILE`
47
+
48
+
**NB:** If the binary is created with a specific app name like `myappname`, the variable name will change accordingly `MYAPPNAME_KEYRING_PASSPHRASE_FILE`.
49
+
50
+
Flag `--keyring-passphrase-file` will also set `LAUNCHR_KEYRING_PASSPHRASE_FILE` for subprocesses.
51
+
These environment variables are inherited in subprocesses.
52
+
Using `--keyring-passphrase-file` or `LAUNCHR_KEYRING_PASSPHRASE_FILE` is a preferred way to pass the secret because the secret won't be exposed.
0 commit comments