Path / CLI
EnterpriseOperate Path
from your terminal
Manage workspaces, deploy, query, and automate. Scriptable. Auditable.
~/projects/acme-corp
$path auth login --sso
✓ Authenticated as platform-team@acme-corp
$path deploy --env=prod --workspace=acme
preparing release · acme-corp/2026.05.15
✓ Deployed to prod in 41s
$path db query "SELECT count(*) FROM orders"
1,284
$path scout run reconcile-payouts --schedule=daily
✓ Scheduled · next run 09:00 UTC
Single binary · cross-platform · audit-ready
One install. Every environment
Signed binary for macOS, Linux, and Windows. SSO-scoped. Audit-logged.
Platforms
macOS · Linux · Windows
Auth
Enterprise SSO, role-scoped
Governance
Every command audit-logged
Capabilities
Built for platform teams
Workspace management
Create, configure, and switch workspaces from the terminal.
Deploy from CI/CD
Drop Path CLI into GitHub Actions, GitLab, or any pipeline.
Query and export data
Run ad-hoc queries; pipe JSON, CSV, or raw output.
Scripting and automation
Compose Path operations into shell scripts.
Where teams use it
A scriptable surface
Platform engineering
Stand up tenants, configure roles, apply policy in repeatable workflows.
Release engineering
Promote builds across environments with audit-logged commands.
Data operations
Scheduled exports, backfills, reconciliations from cron or Scout.