We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--continue=false
apigeecli flowhooks attach
continueOnError is only added to the JSON if the value is true
continueOnError
true
apigeecli/internal/client/flowhooks/flowhooks.go
Line 39 in 47caa16
But the default value of continueOnError is also true https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments.flowhooks#FlowHook
So, when --continue=false is passed, continueOnError is not included in the JSON, and is set to true.
The text was updated successfully, but these errors were encountered:
bug: allow setting continueOnErr to false or not at all #546
7a87205
chore: update unit tests #546
0d2c817
bug: allow setting continueOnErr to false or not at all #546 (#548)
343e9b6
* bug: allow setting continueOnErr to false or not at all #546 * chore: update unit tests #546
Successfully merging a pull request may close this issue.
continueOnError
is only added to the JSON if the value istrue
apigeecli/internal/client/flowhooks/flowhooks.go
Line 39 in 47caa16
But the default value of
continueOnError
is also true https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments.flowhooks#FlowHookSo, when
--continue=false
is passed,continueOnError
is not included in the JSON, and is set to true.The text was updated successfully, but these errors were encountered: