Skip to content

TzoharLary/b44-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Base44 CLI

Unofficial Community Edition

MIT License Node.js Base44


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.


✨ Features

🗃️ Entity Management

Full CRUD operations via Gateway

  • Query with filters & pagination
  • Create single or bulk records
  • Update with JSON or file input
  • Delete by ID or filter

📊 Data Analysis

Deep insights into your data

  • Schema inspection
  • Data quality reports
  • Field size analysis
  • Distinct value counts

🔌 Integrations

Connect to external services

  • Invoke LLMs with context
  • Call any integration endpoint
  • JSON schema responses

🎨 Premium UI

Beautiful terminal experience

  • Animated spinners
  • Styled output
  • Branded banners

🚀 Quick Start

# 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 instructionsdocs/getting-started.md


📖 Documentation

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

🤖 AI Agents

If you are an AI agent (or building bots), please read the dedicated guide:

👉 AI Agent Guide (Intents & Prompts)


📜 License

Released under the MIT License.



Made with ❤️ by the community

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors