How To: list all pipelines that are associated with a Runtime Environment

Overview

Using the CLI to get pipelines that are associated with a Runtime Environment

Details

Use the query below (requires jq):

codefresh get pipelines -o json --limit 1000 | jq '.[] | select(.spec.runtimeEnvironment.name=="<your_runtime_name>") | .metadata.name'