Skip to content

Artisan Command Reference Overview

Uplinkr is a CLI-first monitoring tool. All interactions are performed via Artisan commands, grouped by responsibility.

This page gives you a high-level overview of all available commands and helps you quickly find the right one.


Uplinkr commands are grouped into the following categories:

  • Project Management – Create, update, enable or archive projects
  • Probe Management – Define and manage monitored URLs
  • Execution – Run probes manually or in bulk
  • Alerts – Configure and evaluate alert rules
  • Analysis – Analyze stored probe results
  • Maintenance – Clean up or prune stored data

Commands related to the lifecycle and metadata of projects.

CommandDescription
uplinkr:project:initInitialize a new project
uplinkr:project:updateUpdate project label or description
uplinkr:project:listList all existing projects
uplinkr:project:archiveArchive a project and its results
uplinkr:project:disableDisable a project
uplinkr:project:enableEnable a previously disabled project

Commands for defining and maintaining monitored URLs (probes).

CommandDescription
uplinkr:probe:urlManually probe a single URL
uplinkr:project:add:probeAdd a probe to a project
uplinkr:project:remove:probeRemove a probe from a project

Commands that trigger probe execution.

CommandDescription
uplinkr:project:run-probesRun all probes for all active projects
uplinkr:project:run-selected-probeRun probes for a specific project

Commands for configuring and evaluating alert rules.

CommandDescription
uplinkr:project:alertsConfigure alert thresholds and channels
uplinkr:project:alert:decisionEvaluate whether alerts should be triggered

Commands that summarize and analyze probe results.

CommandDescription
uplinkr:project:analyzeAnalyze stored probe results

Commands for cleanup and housekeeping.

CommandDescription
uplinkr:installPublish config & language files (optional scheduler setup)
uplinkr:pruneDelete old results or wipe all data

  • Advanced alert configuration options
  • Alert CRUD commands (add, list, remove, toggle)
  • Probe enable / disable commands
  • Extended probe listing and update commands

➡️ See: Roadmap & Upcoming Features


Every command supports the built-in Artisan help output:

Terminal window
php artisan uplinkr:project:init --help