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 SLItemMstView 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 plan slx.inventory_alertsPreview extension changessl ext list --status activeList deployed extensionsPlan & Migrate
Plan upgrades, migrations, and rollbacks with confidence.
sl migrate analyze --from 10.2 --to 10.5Migration plannersl migrate rollback --snapshot latestRollback plansl migrate diff --env staging prodEnvironment diffDeploy
Deploy agents, extensions, and configurations safely.
sl deploy --env prodDeploy the pipelinesl deploy status --watchMonitor deploymentsl deploy rollback --to previousRoll back deploymentAI Agents
Manage 150+ AI agents. Deploy, monitor, and configure.
sl agent list --status runningList active agentssl agent deploy demand-forecasterDeploy an agentsl agent run finance-monitor --since 7dRun an agentReports
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.