+1 for consistency! Sarge
> On 31 Oct, 2017, at 07:59, Jens Deppe <jensde...@apache.org> wrote: > > Hi, > > I've noticed that various commands, that execute on multiple members, > return either tabulated results (one line per member - for example > CreateRegionCommand) or a single pass/fail line. In the latter case it’s > possible that information would get lost. For example if a command fails on > multiple members (but not all) then the user would not have complete > insight into where the failure occurred. > > I'd like to propose that if a command executes on multiple members it > should always return and display all the results. Alternatively, if the > command succeeds then it should simply indicate success, however if it > fails (even partially) it should return a full list of each member and the > result of the command on each of the members. > > Thoughts; comments? > > --Jens