Effortless Bases

Download the Effortless CLI

The command-line interface for building, deploying, and managing your Effortless projects directly from your terminal.

Download Installer

Install with PIP

pip install git+https://github.com/ssotme/cli

Requires .NET 8.0 or later.

What is the Effortless CLI?

The Effortless CLI (ssotme) is the command-line tool for the Effortless platform. It connects your local development environment to the Effortless build pipeline, allowing you to:

  • Initialize new projects from Airtable bases
  • Build and deploy schema changes with a single command
  • Run transpiler tools that transform your data models into production code
  • Manage your Effortless project configuration locally
  • Chain multiple transpiler tools together via ssotme.json build pipelines

The CLI is the bridge between your Airtable-defined rules and the generated PostgreSQL databases, APIs, and application code that Effortless produces.

Getting Started

Authenticate

ssotme -auth

Log in with your Effortless account credentials

Initialize

ssotme -init

Set up a new project in the current directory

Build

ssotme -build

Run the full build pipeline for your project

Help

ssotme -help

View all available commands and options

Explore Effortless Tools

Browse the full catalog of transpiler tools available through the CLI. Each tool transforms your data models into production-ready code.

View All Tools