@lenso/cli 0.6.2 → 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 CHANGED
@@ -199,13 +199,13 @@ command:
199
199
 
200
200
  ```sh
201
201
  cd ./my-lenso-host
202
- lenso dev up --console-root ../lenso-console
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
- builds the Console, installs every workspace Provider export from its exact
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 complete local Console Service from its repository:
561
+ Run the released local Console Service independently:
556
562
 
557
563
  ```sh
558
- lenso console dev --console-root ../lenso-console
564
+ lenso console dev
559
565
  ```
560
566
 
561
- On first run, this command creates `service/.env` with available loopback ports,
562
- installs missing workspace dependencies, starts an isolated Postgres Compose
563
- project, applies migrations, and then serves the complete Console. Existing
564
- `service/.env` files remain authoritative.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenso/cli",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
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