Is there a way to use the codefresh cli to query a given kubernetes cluster for a service url?
The Codefresh CLI is mostly concerned with how clusters are integrated to Codefresh instead of dealing with low level constructs. For normal K8s management you can still use plain kubectl commands
Could you just run kubecl get svc
and then grep/jq the result? Would that work in your case?