Solution
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'
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'