Patrick Rhomberg created GEODE-3633:
---------------------------------------
Summary: Document mutual exclusivity of --member and --group
options
Key: GEODE-3633
URL: https://issues.apache.org/jira/browse/GEODE-3633
Project: Geode
Issue Type: Bug
Components: docs, gfsh
Reporter: Patrick Rhomberg
The options --member and --group are mutually exclusive in most (if not all)
command in which they appear. While attempting to expand testing coverage, it
was noticed that the List Commands documentation and help strings do not
indicate this. Attempting to specify both results in an
IllegalArgumentException.
This will be true for any command that invokes
...internal.cli.CliUtil.findMembers(groups, members).
This might not be true for Change Log Level or any command that invokes
...internal.cli.CliUtil.getAllMembers(cache) and then filters based on
specified member(s) and group(s).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)