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