list-repo-types¶
rbt list-repo-types will print the list of supported repository
types. Each printed type can be used as a value to the REPOSITORY_TYPE
configuration option in .reviewboardrc, or as the
--repository-type option of many rbt commands.
If a repository of a specific type is detected in the current directory,
that repository type will be marked by an asterisk (*).
Usage¶
$ rbt list-repo-types [options]
Options¶
-
-d,--debug¶ Displays debug output.
This information can be valuable when debugging problems running the command.
The default can be set in
DEBUGin .reviewboardrc.