The base44-cli skill allows users to create and manage Base44 applications using command-line interface (CLI) commands. It is designed for developers working with Base44 projects to automate tasks such as project initialization, authentication, and resource management.
$ npx skills add https://github.com/base44/skills --skill base44-cliThe base44-cli skill extends AI coding agents like Claude Code and Cursor with command-line capabilities for Base44 development. It enables developers to initialize Base44 projects, configure resources including entities, backend functions, and AI agents, and manage deployments directly from their coding environment. This skill streamlines Base44 workflow automation by letting agents handle repetitive CLI tasks, reducing manual command entry and accelerating project setup.
Install with `npx skills add https://github.com/base44/skills --skill base44-cli`
Initialize new Base44 projects.
Deploy backend functions and manage resources.
Authenticate users and check session states.
$ npx skills add https://github.com/base44/skills --skill base44-cligit clone https://github.com/base44/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I need to use the base44-cli tool to [manage/initialize/authenticate/deploy] a Base44 application for [COMPANY]. Here's the context: [INDUSTRY], [PROJECT_NAME], and [DATA_REQUIREMENTS]. Please provide the exact commands and steps required to complete this task efficiently.
# Base44-CLI Project Setup for Acme Corp - Retail Analytics ## Initialization ```bash base44-cli init acme-retail-analytics --template react-dashboard cd acme-retail-analytics ``` ## Authentication ```bash base44-cli auth login --client-id CLIENT_123 --client-secret SECRET_456 ``` ## Resource Management ```bash base44-cli resources create --type dataset --name sales_data --source s3://acme-retail/sales.csv base44-cli resources deploy --env production --region us-east-1 ``` ## Verification ```bash base44-cli status --project acme-retail-analytics ``` ### Next Steps: - Configure `config.yaml` with your API endpoints - Run `base44-cli resources sync` to update datasets - Monitor deployments with `base44-cli logs --tail 50` ``` Project initialized successfully. Access your dashboard at: https://acme-retail.base44.app/dashboard ```
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan