@lenso/cli 0.1.18 → 0.1.19
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 +13 -0
- package/package.json +1 -1
- package/vendor/darwin-arm64/lenso +0 -0
- package/vendor/darwin-x64/lenso +0 -0
- package/vendor/linux-x64/lenso +0 -0
- package/vendor/win32-x64/lenso.exe +0 -0
package/README.md
CHANGED
|
@@ -74,6 +74,7 @@ lenso console-package create billing
|
|
|
74
74
|
lenso module install https://example.com/lenso/module/v1/manifest
|
|
75
75
|
lenso module install ./lenso.module.json
|
|
76
76
|
lenso module install auth
|
|
77
|
+
lenso module install auth-device
|
|
77
78
|
```
|
|
78
79
|
|
|
79
80
|
`module install` reads `source` from the module descriptor when one is present.
|
|
@@ -98,6 +99,18 @@ The `auth` descriptor applies that profile by enabling the
|
|
|
98
99
|
Redis service separately; the starter Docker Compose file only starts Postgres
|
|
99
100
|
by default.
|
|
100
101
|
|
|
102
|
+
Reapply an installed module from `.lenso/module-installs.json` with:
|
|
103
|
+
|
|
104
|
+
```sh
|
|
105
|
+
lenso module update auth
|
|
106
|
+
lenso module update billing --base-url https://example.com/lenso/module/v1
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
`module update` reuses the recorded `manifestReference` and source. Remote
|
|
110
|
+
updates refresh `REMOTE_MODULES`, service state, install receipts, and copied
|
|
111
|
+
Runtime Console bundles. Linked updates reapply the recorded descriptor or
|
|
112
|
+
builtin module entry.
|
|
113
|
+
|
|
101
114
|
Use `--no-console-extension` when you want to skip Runtime Console extension
|
|
102
115
|
registration.
|
|
103
116
|
|
package/package.json
CHANGED
|
Binary file
|
package/vendor/darwin-x64/lenso
CHANGED
|
Binary file
|
package/vendor/linux-x64/lenso
CHANGED
|
Binary file
|
|
Binary file
|