@lenso/cli 0.6.3 → 0.7.0
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 +15 -8
- 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
|
@@ -199,13 +199,13 @@ command:
|
|
|
199
199
|
|
|
200
200
|
```sh
|
|
201
201
|
cd ./my-lenso-host
|
|
202
|
-
lenso dev up
|
|
202
|
+
lenso dev up
|
|
203
203
|
```
|
|
204
204
|
|
|
205
205
|
The first run securely prompts for the local Operator password. Automation can
|
|
206
206
|
pass `--operator-password-file` with an owner-only regular file. The command
|
|
207
207
|
creates loopback-only enrollment evidence, starts and migrates both Stores,
|
|
208
|
-
|
|
208
|
+
starts the pinned Console release, installs every workspace Provider export from its exact
|
|
209
209
|
Module Release, configures or reuses the durable Operator, reconciles
|
|
210
210
|
Module-owned UI artifacts, and connects the exact topology. Provider releases
|
|
211
211
|
and Service Installation state are written before the authoritative Host starts,
|
|
@@ -214,6 +214,12 @@ export. Ctrl-C stops the Host, Console, and only the Services started by that
|
|
|
214
214
|
invocation. Story is a Console-owned linked surface; it does not require a
|
|
215
215
|
separate Module install.
|
|
216
216
|
|
|
217
|
+
By default, the CLI runs the released Console Service from an immutable,
|
|
218
|
+
multi-architecture OCI image and keeps its database and UI artifacts under
|
|
219
|
+
`.lenso/console-service`. Framework contributors can replace it with a source
|
|
220
|
+
checkout using `--console-root /path/to/lenso-console`. Use `--no-console` only
|
|
221
|
+
when intentionally running the Host and workspace Services without Console.
|
|
222
|
+
|
|
217
223
|
After installing and starting the independent Lenso Console Service, create its
|
|
218
224
|
first password user and bootstrap that user as the first Console Operator from
|
|
219
225
|
outside the Service. In an interactive terminal, the CLI securely prompts for
|
|
@@ -552,16 +558,17 @@ dependencies explicitly with `lenso service create --local-framework-root PATH`.
|
|
|
552
558
|
|
|
553
559
|
### Console and Module UI development
|
|
554
560
|
|
|
555
|
-
Run the
|
|
561
|
+
Run the released local Console Service independently:
|
|
556
562
|
|
|
557
563
|
```sh
|
|
558
|
-
lenso console dev
|
|
564
|
+
lenso console dev
|
|
559
565
|
```
|
|
560
566
|
|
|
561
|
-
On first run, this command creates
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
567
|
+
On first run, this command creates `.lenso/console-service/.env` with available
|
|
568
|
+
loopback ports, starts an isolated Postgres Compose project, applies migrations,
|
|
569
|
+
and serves the digest-pinned multi-architecture Console image. Existing local
|
|
570
|
+
state remains authoritative. Console contributors can instead pass
|
|
571
|
+
`--console-root ../lenso-console` to build and run a source checkout.
|
|
565
572
|
|
|
566
573
|
Run the Console UI artifact owned by the current Module:
|
|
567
574
|
|
package/package.json
CHANGED
|
Binary file
|
package/vendor/darwin-x64/lenso
CHANGED
|
Binary file
|
package/vendor/linux-x64/lenso
CHANGED
|
Binary file
|
|
Binary file
|