Skip to content

List and Inspect Existing Projects

Terminal window
php artisan uplinkr:project:list

Lists all available projects with the number of probes configured for each project.

This command has no options.

Terminal window
php artisan uplinkr:project:list

The command displays each project with its probe count:

my-project [5]
api-service [12]
staging-env [3]

Format: project-name [probe-count]

  • 0 (SUCCESS): List displayed successfully