Skip to content

CLI reference

Management commands

Terminal window
jalth devices list # List all mesh devices
jalth devices remove <name> # Remove a device (admin)

jalth devices shows status, role, SSH state, join date, and active services. jalth status is a compact dashboard.

Terminal window
jalth auth-key create <name> [--reusable] [--expires-in <duration>] [--tag <tag>] [--identity <email>] [--group <group>]
jalth auth-key list
jalth auth-key revoke <name>
Terminal window
jalth role set <email> <role> # admin | operator | member
jalth role ls
Terminal window
jalth group ls
jalth group members <name>
jalth group create <name>
jalth group add <name> <email>...
jalth group remove <name> <email>...
jalth group delete <name>
Terminal window
jalth domain get
jalth domain set <domain>
jalth domain remove
Terminal window
jalth up # Reconnect WARP after jalth down
jalth down # Disconnect WARP (mesh membership preserved)
jalth ping <device>
jalth leave # Remove this device from the mesh
Terminal window
jalth upgrade --check # Check for updates
jalth upgrade --worker-only # Upgrade Registry Worker (admin)
jalth destroy # Destroy entire mesh (admin, irreversible)
jalth version
Terminal window
jalth config path
jalth config get <key>
Terminal window
jalth doctor [--fix]
jalth bugreport

See Doctor and Bug reports.