Anythink CLI

Manage Your Backendfrom the Terminal

The open source Anythink CLI lets you create entities, manage fields, trigger workflows, and query data — all without leaving your terminal. Built with .NET, works on Mac, Windows, and Linux.

Open SourceCross PlatformAI ReadyNo Config

Your entire backend, one command away

Automate schema changes, seed data, and manage workflows from CI/CD pipelines or your local terminal.

Full Entity Management

Create, read, update, and delete records across any entity from your terminal. List with filters, bulk-import data, and inspect field schemas — all without opening a browser.

In Practice

Your entire backend, from the terminal

entities.sh
# List all entities
anythink entities list

# Create a new entity
anythink entities create products

# Add fields
anythink fields add products \
  --name price --type decimal
anythink fields add products \
  --name status --type varchar

What teams use the CLI for

01

Seed and manage data in CI/CD

Add schema changes and data seeding to your deployment pipeline. Create entities, add fields, and populate test data as part of every release — without touching a web UI.

02

Debug and inspect production data fast

When something breaks in production, `anythink data list` is faster than opening a dashboard. Filter, inspect, and update records directly from your terminal without leaving your workflow.

03

Automate multi-project management

Use `--profile` to switch between client projects or environments in a single script. Agencies and teams with multiple Anythink projects use the CLI to manage them all from one place.