Announcement

Collapse
No announcement yet.

Release 7.6.0: Introduced CLIs to retrieve a context's/user's capabilities

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.6.0: Introduced CLIs to retrieve a context's/user's capabilities

    Introduced CLIs to retrieve a context's/user's capabilities.


    Usage: getcontextcapabilities
    -h,--help Prints a help text
    --environment Show info about commandline environment
    --nonl Remove all newlines (\n) from output
    -A,--adminuser <adminuser> ? master Admin user name
    -P,--adminpass <adminpass> ? master Admin password
    -c,--contextid <contextid> | The id of the context
    -N,--contextname <contextname> | context name

    Entries marked with an asterisk (*) are mandatory.
    Entries marked with an question mark (?) are mandatory depending on your
    configuration.
    Entries marked with a pipe (|) are mandatory for one another which means that
    at least one of them must be set.


    Usage: getusercapabilities
    -h,--help Prints a help text
    --environment Show info about commandline environment
    --nonl Remove all newlines (\n) from output
    -c,--contextid <contextid> * The id of the context
    -A,--adminuser <adminuser> ? Admin username
    -P,--adminpass <adminpass> ? Admin password
    -i,--userid <userid> | Id of the user
    -u,--username <username> | Username of the user

    Entries marked with an asterisk (*) are mandatory.
    Entries marked with an question mark (?) are mandatory depending on your
    configuration.
    Entries marked with a pipe (|) are mandatory for one another which means that
    at least one of them must be set.
Working...
X