@candledottv/cli 0.9.2 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/index.js +33041 -16943
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -123,6 +123,12 @@ guarantee is unconfirmed: a wallet stop whose remote enforcement is still pendin
|
|
|
123
123
|
enabled without verified signing authority, or a sweep that left a residual). Treat `3` as not
|
|
124
124
|
done: follow the printed next step, usually re-running the same command.
|
|
125
125
|
|
|
126
|
+
A generated vault passphrase is shown once on the terminal and never inside a JSON value, so
|
|
127
|
+
`vault init` and `vault factor add passphrase` under `--json` take `--own-passphrase` (typed at a
|
|
128
|
+
hidden prompt, nothing shown) and refuse the generated form with exit `2`. Prompts themselves are
|
|
129
|
+
rendered on stderr, so a command that unlocks a vault on a terminal still leaves stdout as one
|
|
130
|
+
JSON value.
|
|
131
|
+
|
|
126
132
|
The failure envelope is stable:
|
|
127
133
|
|
|
128
134
|
```json
|