Jens Deppe created GEODE-5206:
---------------------------------
Summary: Add an 'ignoreFailure' flag to CliFunctionResult
Key: GEODE-5206
URL: https://issues.apache.org/jira/browse/GEODE-5206
Project: Geode
Issue Type: Improvement
Components: gfsh
Reporter: Jens Deppe
Various commands have the ability to be idempotent with a {{--skip-if-exists}}
(typically creation) or {{\-\-if-exists}} (typically deletion). This flag is
passed to the function performing the actual work. With new cluster config
POJOs we want to have the functions *only* accept the POJO as an argument. To
that end the function should be able to set this new flag if the action fails
because of a missing or already existing component. It will then be up to the
command to process the returned {{CliFunctionResult}} to determine what to
present to the user.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)