List and Inspect Existing Projects
Command
Section titled “Command”php artisan uplinkr:project:listDescription
Section titled “Description”Lists all available projects with the number of probes configured for each project.
Options
Section titled “Options”This command has no options.
Usage Example
Section titled “Usage Example”php artisan uplinkr:project:listOutput Format
Section titled “Output Format”The command displays each project with its probe count:
my-project [5]api-service [12]staging-env [3]Format: project-name [probe-count]
Return Codes
Section titled “Return Codes”0(SUCCESS): List displayed successfully