Goal
Provide a safe CLI path to create or promote the first admin account.
Scope
- Add an Artisan command to create or promote an admin
- Support local and production bootstrap scenarios
- Ensure the command works with the Bouncer role model
Out of Scope
- Admin UI for role management
- Invite workflows
Acceptance Criteria
- A documented Artisan command can create or promote the first admin
- The command is idempotent or safely handles duplicate intent
- The command has focused test coverage where practical
Dependencies
Test Plan
- Add command tests for create and promote paths
- Manually verify command usage in a local environment
Goal
Provide a safe CLI path to create or promote the first admin account.
Scope
Out of Scope
Acceptance Criteria
Dependencies
Test Plan