kabanero-io / kabanero-landing

A console application for managing your Kabanero instances. This repo will be archived soon.
Apache License 2.0
4 stars 6 forks source link

handle CLI JSON with missing images array #238

Closed alohr51 closed 4 years ago

alohr51 commented 4 years ago

What was fixed? (Issue # or description of fix)

closes #240

CLI didn't return an expected JSON key so we failed parsing it. Make the parsing more resilient.

Were the changes tested on