@ricsam/r5dctl 0.0.79 → 0.0.81
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 +4 -2
- package/dist/cjs/package.json +1 -1
- package/dist/mjs/package.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -19,8 +19,10 @@ and opens `https://r5d.dev/auth`. Approve the matching device details in the
|
|
|
19
19
|
browser before the credential is saved.
|
|
20
20
|
|
|
21
21
|
Use `--no-open` when no host browser is available, `--no-qr` to print only the
|
|
22
|
-
short code, `--device-name <name>` to label the authorized device
|
|
23
|
-
`--worker-label <label>`
|
|
22
|
+
short code, and `--device-name <name>` to label the authorized device. Adding
|
|
23
|
+
`--worker-label <label>` creates a least-privilege credential that can connect
|
|
24
|
+
only as that exact worker; it remains visible and revocable under Authorized
|
|
25
|
+
devices in account settings.
|
|
24
26
|
|
|
25
27
|
Credentials are stored in:
|
|
26
28
|
|
package/dist/cjs/package.json
CHANGED
package/dist/mjs/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ricsam/r5dctl",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.81",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/cjs/cli.cjs",
|
|
6
6
|
"module": "./dist/mjs/cli.mjs",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"r5dctl": "dist/cjs/main.cjs"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ricsam/r5d-api": "^0.0.
|
|
29
|
+
"@ricsam/r5d-api": "^0.0.81",
|
|
30
30
|
"dotenv": "^17",
|
|
31
31
|
"qrcode": "^1.5.4",
|
|
32
32
|
"ws": "^8.18.3"
|