JSON output
smplify device list --output json
The CLI already exposes authentication, tenant, device, remediation, ADE, policy, app, identity, tagging, and adjacent admin controller workflows through a release-backed executable.
The command surface covers the main operational layers of the platform today, with broader controller-backed expansion continuing behind the same CLI model.
Prefer JSON output when downstream tooling needs deterministic parsing, and use table output for quick human review in a terminal.
smplify device list --output json
smplify device list
smplify policies create --body-file ./policy.json
A curated starting index for the most important hand-written and high-signal command families available in the CLI today.
smplify auth login
smplify auth status
smplify tenant list
smplify tenant use <tenant-id>
smplify device list
smplify device search --output json
smplify remediation list
smplify remediation run ...
The broader CLI surface continues to track the same platform capabilities surfaced in the Smplify API and MCP gateway.
Authentication, tenant switching, device search, remediation runs, and related day-to-day platform actions.
ADE, identity, tags, roles, email settings, LDAP, apps, policies, and adjacent admin workflows exposed through the same execution layer.