@ssm123ssm/vault 0.1.11 → 0.1.13

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -12,6 +12,7 @@ Commands:
12
12
  add Add a local project path + passphrase
13
13
  run Run the daemon (WebSocket listener). Use --daemon to run in background.
14
14
  Add --link to link first (e.g. run --link --code ABC123).
15
+ Add --ui to always use the local folder picker UI.
15
16
  `);
16
17
  }
17
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssm123ssm/vault",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "private": false,
5
5
  "description": "Preview Vault agent CLI",
6
6
  "bin": {