Skip to content

CLLI (Command Line Interface)

CLLI is our custom command-line tool that automates common LamaPress development tasks. It handles project creation, configuration management, staging environment setup, and more.

What is CLLI?

CLLI provides a streamlined workflow for:

  • Creating new LamaPress projects - Automatically sets up WordPress, installs plugins, and configures the theme
  • Managing configuration - Store and manage credentials, license keys, and API tokens
  • Staging environments - Create and pull staging environments from Laravel Forge
  • Development automation - Simplify repetitive setup tasks

Quick Start

  1. Install CLLI - Get CLLI set up on your machine
  2. Configure credentials - Add your license keys and API tokens
  3. Create your first project - Use clli lamapress:new to create a new project

Available Commands

Project Management

  • lamapress:new - Create a new LamaPress project with WordPress, plugins, and theme setup

Configuration

Staging

Getting Help

View all available commands:

bash
clli list

Get help for a specific command:

bash
clli help <command>

Next Steps:

Released under the MIT License.