A powerful command-line interface for Base44 database management
Created by Tzohar Lary
📦 Quick Start • ✨ Features • 📖 Documentation • 🤖 AI Agents
Caution
Unofficial Project — This CLI is a community tool and is not affiliated with or endorsed by Base44. Use at your own risk.
|
Full CRUD operations via Gateway
|
Deep insights into your data
|
|
Connect to external services
|
Beautiful terminal experience
|
# 1. Clone & Install
git clone https://github.com/TzoharLary/base44-cli.git
cd base44-cli && npm install && npm link
# 2. Deploy Gateway (see docs/getting-started.md)
# You MUST deploy the backend function 'cliGatewayThin' first.
# 3. Configure .env
# Set BASE44_GATEWAY_URL, BASE44_API_KEY, and BASE44_APP_ID
# 4. Verify Setup
b44cli env
# 5. Run Your First Query
b44cli query -e Updates -l 5
# 6. Analyze Data Structure
b44cli analyze -e Updates schema📘 Full setup instructions → docs/getting-started.md
| Document | Description |
|---|---|
| 📦 Getting Started | Installation, Gateway deployment, configuration |
| 🗃️ Data Management | Full CRUD operations: query, create, update, delete |
| 📊 Analyzers | Data analysis tools: schema, quality, size, distinct |
| ⚡ Automation | Pipelines, functions, and integrations |
| 🤖 AI Agents | Managing agent conversations |
| 🛡️ Administration | User management and logs |
| 🛠️ Development | Architecture, testing, contributing |
If you are an AI agent (or building bots), please read the dedicated guide:
👉 AI Agent Guide (Intents & Prompts)
Released under the MIT License.
Made with ❤️ by the community