23 lines
593 B
Markdown
23 lines
593 B
Markdown
|
|
# ts_seed
|
||
|
|
|
||
|
|
Interactive development seed tooling for local idp.global databases.
|
||
|
|
|
||
|
|
Run from the app repository root:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
pnpm run seed
|
||
|
|
```
|
||
|
|
|
||
|
|
The CLI reads the same qenv setup as the app, including `.nogit/env.json`, and asks before writing data.
|
||
|
|
|
||
|
|
Available scenarios:
|
||
|
|
|
||
|
|
- Demo workspace: global admin, organization, demo users, and global OAuth apps.
|
||
|
|
- Admin only: global admin, organization, and global OAuth apps.
|
||
|
|
- Global apps only: first-party/global OAuth app records.
|
||
|
|
|
||
|
|
Default development admin credentials when accepted unchanged:
|
||
|
|
|
||
|
|
- Email: `admin@idp.global`
|
||
|
|
- Password: `idp.global`
|