install¶
rbt install is used to install a dependency needed by RBTools to interact with a repository.
As of this release, the only dependency supported is tfs, needed for
Azure DevOps Server / TFS and
Azure DevOps Services TFVC
repositories. This can be installed. See Azure DevOps / Team Foundation Server Configuration for more
information.
Usage¶
$ rbt install [options] <package>
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.
- --json¶
Output results as JSON data instead of text.
The default can be set in
JSON_OUTPUTin .reviewboardrc.Added in version 3.0.
- --open-browser¶
For commands that navigate you to a URL, this will automatically open a browser to the URL. When used with
--web-login, this will open a browser to the login page.The default can be set in
OPEN_BROWSERin .reviewboardrc.Added in version 6.0.