@bahterabase/cli
v0.1.2
Published
Official Command Line Interface (CLI) for BahteraBase BaaS Platform
Downloads
371
Maintainers
Readme
🛠️ @bahterabase/cli
The official Command Line Interface (CLI) for BahteraBase — Open-Source-Friendly Backend-as-a-Service (BaaS).
🚀 Installation & Usage
You can run it directly via npx:
# Initialize a new BahteraBase project
npx @bahterabase/cli init
# or (if installed globally)
bahtera initOr install globally:
npm install -g @bahterabase/cli📋 Available Commands
bahtera init # Initialize project structure and config
bahtera start --port 8080 # Start local API Gateway server
bahtera status # Check status of local PostgreSQL, MinIO, Redis, and Studio
bahtera gen types typescript # Generate TypeScript definitions from database schema
bahtera db push # Apply schema migrations to database
bahtera db reset # Reset database to initial baseline
bahtera --help # Show CLI help documentation📜 License
Apache-2.0 © kangpcode
