@techsologic/unolock-agent 0.1.46 → 0.1.47
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/bin/unolock-agent.js +2 -2
- package/package.json +1 -1
package/bin/unolock-agent.js
CHANGED
|
@@ -10,13 +10,13 @@ const {
|
|
|
10
10
|
installedBinaryPath,
|
|
11
11
|
} = require("./unolock-agent-common");
|
|
12
12
|
|
|
13
|
-
const TOP_LEVEL_USAGE = `usage: unolock-agent [-h] [--version] {register,set-
|
|
13
|
+
const TOP_LEVEL_USAGE = `usage: unolock-agent [-h] [--version] {register,set-pin,list-spaces,get-current-space,set-current-space,list-records,list-notes,list-checklists,get-record,create-note,update-note,append-note,rename-record,create-checklist,set-checklist-item-done,add-checklist-item,remove-checklist-item,list-files,get-file,download-file,upload-file,rename-file,replace-file,delete-file,tpm-diagnose,tpm-check,self-test,mcp} ...
|
|
14
14
|
|
|
15
15
|
UnoLock Agent commands.
|
|
16
16
|
|
|
17
17
|
positional arguments:
|
|
18
18
|
register Register a one-time UnoLock Agent Key URL and PIN on this device.
|
|
19
|
-
set-
|
|
19
|
+
set-pin Set the in-memory UnoLock agent PIN.
|
|
20
20
|
list-spaces List accessible UnoLock spaces.
|
|
21
21
|
get-current-space Show the current UnoLock space.
|
|
22
22
|
set-current-space Set the current UnoLock space.
|