@abgov/nx-adsp 13.7.4 → 13.8.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 +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -224,7 +224,13 @@ Generator flags that steer which tenant/token is used:
|
|
|
224
224
|
| `--tenantRealm <uuid>` | Use the realm UUID directly; combine with `--tenant` to override the resolved realm |
|
|
225
225
|
| `--accessToken <token>` | Supply a pre-obtained token directly (CI/CD), bypassing the CLI |
|
|
226
226
|
|
|
227
|
-
With none of these, the generator lets `adsp login`'s interactive picker resolve the tenant.
|
|
227
|
+
With none of these, the generator lets `adsp login`'s interactive picker resolve the tenant. Don't
|
|
228
|
+
have a tenant yet? That picker also offers a **+ Create a new tenant** choice — available in
|
|
229
|
+
`dev`/`test` (never `prod`), for an account whose core-realm roles include `beta-tester` or
|
|
230
|
+
`tenant-service-admin`, and (unless `tenant-service-admin`) that doesn't already own a tenant (one
|
|
231
|
+
per admin email). Picking it prompts for a name and waits for the new realm to finish provisioning
|
|
232
|
+
before continuing the login as that tenant. Requires `@abgov/adsp-cli` ^1.4.0+ (this plugin pins
|
|
233
|
+
^1.5.2 or later).
|
|
228
234
|
|
|
229
235
|
## Agent consultation
|
|
230
236
|
|