Skip to main content
  1. Docs
  2. esc env referrer list | CLI commands

esc env referrer list | CLI commands

Generated for Pulumi ESC CLI v0.24.0.

    List entities that reference an environment.

    Synopsis

    [EXPERIMENTAL] List entities that reference an environment

    This command lists referrers (other environments, Pulumi IaC stacks, and Pulumi Insights accounts) that reference the given environment. Results are grouped by the revision of the referenced environment.

    esc env referrer list [<org-name>/][<project-name>/]<environment-name> [flags]
    

    Options

          --all                         return all referrers, paginating through every page. Mutually exclusive with --count
          --all-revisions               include referrers across all revisions of the environment, not just the latest
          --count int                   the maximum number of referrers to return (server default if unset; max 500). Mutually exclusive with --all
      -h, --help                        help for list
          --latest-stack-version-only   only include the latest version of each referring stack
          --output string               output format: "text" (default) or "json" (default "text")
    

    Options inherited from parent commands

          --env string   The name of the environment to operate on.
    

    SEE ALSO