Skip to content

List Environments

The list command will give developers a high level overview of what has been deployed and each environment's status.

Usage

$ skpr list
 ─────────── ───────── ─────── ─────────────────────────────────────── ──────────
  NAME (4)    VERSION   SIZE    ROUTES                                  PHASE    
 ─────────── ───────── ─────── ─────────────────────────────────────── ──────────
  stg         0.0.0     micro   - stg.drupal-example.local.skpr.dev     Deployed
  prod        0.0.0     micro   - prod.drupal-example.local.skpr.live   Deployed
  dev         0.0.0     micro   - dev.drupal-example.local.skpr.dev     Deployed
 ─────────── ───────── ─────── ─────────────────────────────────────── ──────────

More Information

$ skpr list --help
usage: skpr list

List the deployed environments

Flags:
  --help  Show context-sensitive help (also try --help-long and --help-man).

What's next?

After listing your environments, consider one of the following: