For the complete documentation index, see llms.txt. This page is also available as Markdown.

Command reference

Every celigo command, one page each. Most resource commands share the same shape, so once you know one you know them all.

The common shape

Subcommand
What it does

list

List the resources. Add --integration <id> where supported to scope to one integration.

get <id>

Fetch one resource by ID.

create

Create from a JSON body. Read it from a file with -f, --file <path> (recommended) or pipe it on stdin.

update <id>

Full replace from a JSON body (--file or stdin). Pass --force to submit a body that still holds masked *** credential values.

set <id> key=value …

Targeted field edit. Whitelisted fields apply via an atomic PATCH; others round-trip GET, modify, PUT. Load a field from a file with key=file://<path>.

delete <id>

Delete by ID (-y to skip the prompt).

dependencies <id>

List what references the resource, so you know if it is safe to delete.

audit <id>

Show the change history for one resource.

Individual commands add their own subcommands on top of this (for example flows run, flows test-run, connections ping, jobs diagnostics). Every command accepts the global flags.

File-based input (-f, --file <path> on create / update, and key=file://<path> on set) shipped in celigo-cli 2026.6.1. It avoids shell escaping and works the same in bash and PowerShell.

All commands

Command
Purpose

account

Account-wide operations: snapshot, search, dependencies, lint, stats.

ai-agents

Manage AI agents (LLM-powered import steps).

apis

Manage API endpoints (builder and script modes).

async-helpers

Manage async helpers (polling configs for long-running API operations).

audit

View audit logs.

config

Manage CLI configuration.

connections

Manage connections (credentials and configuration for external systems).

connectors

Manage connectors (installable integration applications).

datasets

Choose which source tables and objects a sync replicates, and how.

docs

Search Celigo's product documentation: AI answers with cited source articles.

edi-profiles

Manage EDI document profiles for trading partners.

edi-transactions

Query EDI transaction logs from the B2B Manager dashboard.

end-users

Manage end users (external MCP users): list, effective access, invite, revoke.

environments

Manage environments (isolated spaces within an account).

event-reports

Manage event reports.

exports

Manage exports (data sources that read from external systems).

feedback

Send product feedback about the CLI or platform — works in every mode, including read.

file-definitions

Manage file format definitions (CSV, EDI, fixed-width, etc.).

flows

Manage flows (data pipelines connecting exports to imports).

groups

Manage end-user access groups (bundled roles and MCP grants; add/remove members).

guardrails

Manage guardrails (PII detection, content moderation, AI safety checks).

http-connectors

Browse and manage HTTP connector definitions.

iclients

Manage OAuth2 iClients (app registrations for OAuth flows).

imports

Manage imports (data destinations that write to external systems).

integrations

Manage integrations (containers for flows, connections, and resources).

jobs

Manage flow execution jobs (status, files, diagnostics, cancellation).

lookup-caches

Manage lookup caches (in-memory key-value stores for enrichment and deduplication).

mcp-oauth-providers

Manage MCP OAuth providers for MCP servers.

mcp-servers

Manage MCP servers that expose tools and APIs as MCP endpoints.

metadata

Query metadata via a live connection (NetSuite, Salesforce, RDBMS).

notifications

Manage notification subscriptions (integrations, flows, connections).

on-premise-agents

Manage on-premise agents (OPA).

processors

Parse and generate CSV, XML, and EDI text without touching account state.

profile

Manage named config profiles (multiple accounts and environments).

recycle-bin

Browse and restore soft-deleted resources.

roles

Manage end-user roles (named, reusable sets of MCP-server grants).

scripts

Manage scripts (JavaScript hooks: preSavePage, preMap, postMap, postSubmit).

stacks

Manage stacks (server and Lambda runtimes for custom code).

state

Manage state key-value stores.

storage

Manage files and folders in Celigo Storage.

subscriptions

View subscription and usage information.

sync-jobs

Inspect and cancel sync jobs (the executions produced by syncs run).

syncs

Manage and run syncs — Celigo Data Ingestion replication pipelines.

tags

Manage tags for organizing resources.

templates

Browse, preview, manage, and install integration templates.

tools

Manage tools (reusable building blocks callable from flows, APIs, agents, and MCP servers).

Browse trading partner connector definitions. Aliased as tp-connectors.

workspace-users

Manage workspace users (your team's account collaborators) and their access levels. Formerly users, which still works as a hidden alias.

Last updated

Was this helpful?