@lenso/cli 0.1.23 → 0.1.24

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
@@ -31,6 +31,17 @@ Update the hosted console later by upgrading `lenso-cli` and running:
31
31
  lenso host update-console
32
32
  ```
33
33
 
34
+ After creating a password user, grant the first Runtime Console admin:
35
+
36
+ ```sh
37
+ lenso host bootstrap-admin --identifier admin@example.com
38
+ # or
39
+ lenso host bootstrap-admin --user-id usr_...
40
+ ```
41
+
42
+ `console.admin` is always added. Pass extra `--scope <name>` flags when the
43
+ user should also see scoped module data, then restart the API/worker.
44
+
34
45
  The generated host depends on the crates.io `lenso` crate with the `host`
35
46
  feature, which is the current narrow host API for booting API, worker, and
36
47
  migration entrypoints. See
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenso/cli",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
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