Inspect Effective Uplinkr Configuration
Command
Section titled “Command”php artisan uplinkr:configDescription
Section titled “Description”Displays the current Uplinkr configuration in a structured, hierarchical format. This command is useful for verifying your configuration values, debugging configuration issues, and understanding how Uplinkr is currently configured.
The output shows all configuration sections including storage settings, probe configuration, project settings, notifications, logging, and scheduler options.
Options
Section titled “Options”This command has no options.
Usage Example
Section titled “Usage Example”php artisan uplinkr:configOutput Format
Section titled “Output Format”The command displays configuration values in a hierarchical tree structure:
storage disk: local path: uplinkr probe_results: probes file_extension: json pretty_print_probe_results: true archive_folder: archived allow_complete_wipe: false probe_results_grouping: daily
probes execution_mode: direct queue_connection: sync standard_latency: 1500 user_agent: uplinkr-monitor
projects standard_project: standard_project standard_project_status: enabledEach configuration key is shown with its current value, formatted based on type:
- Booleans:
true/false - Null values:
null - Empty strings:
"" - Arrays and objects: JSON format
Return Codes
Section titled “Return Codes”0(SUCCESS): Configuration displayed successfully1(FAILURE): Uplinkr configuration not found (runuplinkr:installfirst)
Related Commands
Section titled “Related Commands”uplinkr:install- Install and publish Uplinkr configuration files