The IBM Cloud Pak Operations CLI provides basic functionality to manage Red Hat OpenShift clusters and IBM Cloud Pak for Data on various cloud platforms.
Apache License 2.0
15
stars
2
forks
source link
Add --disable-strict-response-schema-check option to Fyre commands #118
This pull request adds a --disable-strict-response-schema-check option to all Fyre commands. This flag may be used if a JSON response message contains one or more additional keys due to a change of the OCP+ APIs. Without this flag, the CLI would throw an error and the JSON schema would have to be updated first.
This pull request adds a
--disable-strict-response-schema-check
option to all Fyre commands. This flag may be used if a JSON response message contains one or more additional keys due to a change of the OCP+ APIs. Without this flag, the CLI would throw an error and the JSON schema would have to be updated first.