@ssm123ssm/vault 0.1.8 → 0.1.9
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/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10,7 +10,8 @@ function showHelp() {
|
|
|
10
10
|
Commands:
|
|
11
11
|
link Link a daemon to your dashboard
|
|
12
12
|
add Add a local project path + passphrase
|
|
13
|
-
run Run the daemon (WebSocket listener)
|
|
13
|
+
run Run the daemon (WebSocket listener). Use --daemon to run in background.
|
|
14
|
+
Add --link to link first (e.g. run --link --code ABC123).
|
|
14
15
|
`);
|
|
15
16
|
}
|
|
16
17
|
|