How do I find the current channel and startingCSV for an OpenShift OLM operator?

The easy way is to run: oc get packagemanifest <operator> -o yaml

For example, to get the RHACM (Red Hat Advanced Cluster Manager) operator, run

oc get packagemanifest advanced-cluster-management -o yaml