Class AddGroup

  • All Implemented Interfaces:
    ExecutableCliCommand

    public class AddGroup
    extends Object
    implements ExecutableCliCommand
    Adds a group to a subject.
      Usage: appng add-group [options]
       Options:
         -c
            Clear existing groups of the subject.
            Default: false
       * -g
            The group name. Multiple values can be provided (separated by space).
       * -u
            The user name of the subject.
     
    Author:
    Matthias Herlitzius