@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 +11 -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
|
@@ -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
|
Binary file
|
package/vendor/darwin-x64/lenso
CHANGED
|
Binary file
|
package/vendor/linux-x64/lenso
CHANGED
|
Binary file
|
|
Binary file
|