base44-cli

Initialize Base44 projects and manage resources via npx base44 commands.

86|13|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/base44/skills --skill base44-cli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: base44-cli
Source: https://github.com/base44/skills/tree/main/skills/base44-cli
Command: npx skills add https://github.com/base44/skills --skill base44-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Base44 CLI provides a focused, local-first interface to configure resources, initialize projects, and manage deployments without needing to navigate web dashboards.

Core Features & Use Cases

  • Project initialization: Create and configure new Base44 projects from the command line.
  • Resource management: Define and deploy entities, functions, and agents through CLI commands.
  • Operational workflows: Authenticate, push, deploy, and monitor changes across your project lifecycle.

Quick Start

Example: Create a new project with npx base44 create my-app -p ./my-app and manage resources with other npx base44 commands.

Frequently Asked Questions about base44-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize a new Base44 project from the command line?▼

To initialize a Base44 project from the command line, run npx base44 create my-app -p ./my-app. This local-first command configures your new project without requiring navigation through web dashboards.

Can I manage Base44 entities and functions without using the web dashboard?▼

Yes, you can manage Base44 entities, functions, and agents without the web dashboard by using CLI commands. This allows you to define and deploy resources directly from your local environment.

Do I need a local Base44 installation to deploy changes via CLI?▼

Yes, local Base44 CLI deployment requires a local Base44 installation added as a devDependency in your project. You must then invoke commands using npx base44 to run operations.

What is the best way to automate Base44 deployment workflows?▼

The best way to automate Base44 deployment workflows is by using the Base44 CLI to authenticate, push, deploy, and monitor changes. This provides a focused interface for operational workflows across your project lifecycle.