Overview
Using the CLI to get pipelines that are associated with a Runtime Environment
Details
Use the query below (requires jq):
#get list of pipelines that are associated with a specificc RE codefresh get pipelines -o json --limit 1000 | jq '.[] | select(.spec.runtimeEnvironment.name=="<your_runtime_name>") | .metadata.name'