@lenso/cli 0.1.18 → 0.1.20

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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenso/cli",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "description": "Lenso command-line interface for scaffolding and operating Lenso backend projects.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/LioRael/lenso-cli",
Binary file
Binary file
Binary file
Binary file