@glinr/theauth-cli
v0.1.4
Published
TheAuth CLI - setup wizard, dashboard launcher, and development tools
Readme
@glinr/theauth-cli
Setup wizard and dev tools for TheAuth.
Usage
No install required. Run with npx:
npx theauth <command>Commands
init
Prints setup instructions for adding TheAuth to a project, including install steps, configuration scaffold, and adapter options:
npx theauth initmigrate
Runs database migrations (auto-applies schema on first run):
npx theauth migratedashboard
Launches the standalone admin UI on port 3100 by default:
npx theauth dashboard
# Custom port and API URL
npx theauth dashboard --port 4000 --api http://localhost:3000Options
| Flag | Default | Description |
|---|---|---|
| --port | 3100 | Port for the dashboard server |
| --api | http://localhost:3000 | TheAuth API URL |
| --help, -h | | Show help |
| --version | | Show version |
Docs and support
- Documentation: theauth.com/docs
- GitHub: github.com/glincker/theauth
License
MIT
