I have used the below script in command prompt but is throwing error: "there is no need to specify a resource, type as a separate argument when passing arguments in resource/name form."
oc get projects -o template --template '{{range .items}}{{.metadata.annotations "openshift.io/description"}}{{end}}
