Files
odo/pkg/project
Charlie Drage 66662e4e8d Adds odo catalog list services -o json (#2066)
Adds the ability to list catalog services and output to json.

The format is as follows:

```json
{
  "kind": "ServiceList",
  "apiVersion": "odo.openshift.io/v1alpha1",
  "metadata": {
    "creationTimestamp": null
  },
  "items": [
    {
      "name": "cakephp-mysql-persistent",
      "hidden": false,
      "planList": [
        "default"
      ]
    },
  ]
}
```
2019-09-09 10:57:03 +02:00
..