SHOWACL

Description

Shows the ACL of an object.

Usage

cm showacl | sa <object_spec> [--extended] [--xml[=<output_file>]] [--encoding=<name>]

Options

Option / ArgumentDescription
--extendedShows ACL hierarchy tree.
--xmlPrints the output in XML format to the standard output. It is possible to specify an output file.
--encodingUsed with the '--xml' option, specifies the encoding to use in the XML output, i.e.: utf-8. See the MSDN documentation at http://msdn.microsoft.com/en-us/library/system.text.encoding.aspx to get the table of supported encodings and its format, (at the end of the page, in the "Name" column).
object_specSpecification of the object to show the ACL of. The valid objects for this command are: repserver, repository, branch, changeset, label, item, and attribute. (Use 'cm help objectspec' to learn more about specs.)

Help

Examples

cm showacl repserver:PlasticServer:8084

(Shows the ACL of the selected server.)

cm sa br:/main --extended

(Shows the ACL hierarchy tree of the selected branch specification.)