listcontext deprecated
PACKAGE: open-xchange-admin
NAME
listcontext - lists all contexts.
SYNOPSIS
listcontext [OPTION]...
DESCRIPTION
This command line tool lists all contexts. Optionally, with the use of '-s' you can search for a context name that matches the specified search pattern.
OPTIONS
-s, --searchpattern searchPattern : The optional search pattern.
-A, --adminuser masterAdmin : Master admin user name for authentication. Optional, depending on your configuration.
-P, --adminpass masterAdminPassword : Master admin password for authentication. Optional, depending on your configuration.
--csv : Format output to csv.
-h, --help : Prints a help text.
--environment : Show info about commandline environment.
--nonl : Remove all newlines (\n) from output.
--responsetimeout : The optional response timeout in seconds when reading data from server (default: 0s; infinite).
--length : Limits the result size.
--offset : The beginning offset of the result list.
-e, --excludeDisabled : Exclude disabled contexts from the result.
EXAMPLES
listcontext -A masterAdmin -P secret
Lists all contexts.
listcontext -A masterAdmin -P secret -s foobar
Lists all contexts that match the search pattern.
SEE ALSO
createcontext(1), enablecontext(1), changecontext(1), enableallcontexts(1), disableallcontexts(1), deletecontext(1), disablecontext(1), getcontextcapabilities(1)