Installation
Global Options
These options apply to every command and must come before the subcommand:Environment shortcuts
--env takes precedence over --base-url.
plan
Preview what would change if you ran apply. Makes no changes to the server.
Output: a summary (
N to create, N to update, N to delete, N unchanged) followed by a unified diff of all changes.
apply
Apply local policy files to the server. Shows a plan first and prompts to confirm (skip with -y).
pull
Download the current server policies and write them to a local YAML file. Useful for bootstrapping a GitOps repo from an existing dashboard configuration.
effective
Show the effective merged policy for a specific device — the combined result of global + group + device layers.
groups list
List all groups in the org.
groups create
Create a new group.
groups delete
Delete a group. Prompts for confirmation unless --yes is passed.
groups add-members
Add members to a group by email or device UUID. At least one --email or --device-id is required.