CLI Reference
Complete command-line interface reference for Jarvis.
Getting Help
jarvis --help# Show all commandsjarvis <command> --help# Show command helpjarvis --version# Show versionAvailable Commands
jarvis agentSend messages to the AI agent
jarvis gatewayStart and manage the gateway process
jarvis channelsManage messaging channels
jarvis configureInteractive configuration wizard
jarvis doctorRun health checks and diagnostics
jarvis logsView gateway and agent logs
jarvis statusCheck gateway and channel status
jarvis onboardRun the onboarding wizard
jarvis pairingManage channel pairing requests
jarvis securityRun security audits
jarvis sessionsManage agent sessions
jarvis skillsInstall and manage skills
jarvis hooksManage automation hooks
jarvis cronManage scheduled jobs
jarvis messageSend messages to channels
jarvis modelsList and manage AI models
jarvis updateUpdate Jarvis to latest version
jarvis uninstallUninstall Jarvis
Common Examples
Talk to AI
jarvis agent --message "Hello!"jarvis agent --message "Explain Docker" --localManage Gateway
jarvis gatewayjarvis gateway --daemonjarvis gateway --port 18790Channel Management
jarvis channels statusjarvis channels loginjarvis pairing list whatsappDiagnostics
jarvis doctorjarvis status --alljarvis security auditSkills & Automation
jarvis skills listjarvis hooks listjarvis cron listGlobal Flags
--help, -hShow help for command
--version, -vShow version information
--configSpecify custom config file path
--verboseEnable verbose output