40+ commands. Plain English.
Query data, deploy agents, manage extensions, and run reports — all from a single CLI. No SQL. No stored procedures.
Interactive Demo
Try the CLI — right here.
Run commands in a sandboxed terminal and see real output.
Commands
Eight command families
Every SyteLine operation organized into intuitive categories.
Database
Query SyteLine data in plain English. No SQL required.
sl db query "overdue POs over $10K"Natural language querysl db tables --schema slxList extension tablessl db export --format csv --filter activeExport dataIDO Operations
Browse, query, and invoke SyteLine IDOs directly.
sl ido list --filter PurchaseOrderSearch IDOssl ido describe SLItemsView properties & relationssl ido invoke SLJobs --method LoadCall IDO methodsExtensions
Create upgrade-safe extensions in the slx.* namespace.
sl ext create custom_report --type reportScaffold extensionsl ext validate slx.inventory_alertsValidate extensionsl ext list --status activeList deployed extensionsPlan & Migrate
Plan upgrades, migrations, and rollbacks with confidence.
sl plan migration --from 10.2 --to 10.5Migration plannersl plan rollback --snapshot latestRollback plansl plan diff --env staging prodEnvironment diffDeploy
Deploy agents, extensions, and configurations safely.
sl deploy agent finance-monitorDeploy agentsl deploy ext slx.custom_report --env prodPush extensionsl deploy status --watchMonitor deploymentAI Agents
Manage 150+ AI agents. Deploy, monitor, and configure.
sl ai agents --status runningList active agentssl ai deploy demand-forecasterLaunch agentsl ai logs finance-monitor --tailStream agent logsReports
Generate and schedule reports with natural language.
sl report generate "inventory turnover Q4"Generate reportsl report schedule daily-kpis --cron '0 8 * * *'Schedule reportsl report export --format pdf --emailExport & emailMeta & Config
System health, configuration, and diagnostics.
sl meta health --verboseSystem health checksl meta config set policy.approval requiredSet policysl meta audit --last 24hView audit trailReady to try?
Install the CLI, connect to your SyteLine instance, and start querying in plain English in under 15 minutes.