alias¶
New in version 1.0.
rbt alias is used to display any aliases configured by the user or repository. It can list them or perform a “dry run” that shows what would be executed when running a given alias.
To display all aliases, run:
$ rbt alias --list
To print the commands invoked by my_alias
, run:
$ rbt alias --dry-run my_alias
Usage¶
$ rbt alias [options]
Options¶
-
--list
¶
List all aliases defined in
.reviewboardrc
files.
-
--dry-run
<alias>
¶ Print the command as it would be executed with the given command-line arguments.
-
-d
,
--debug
¶
Displays debug output.
This information can be valuable when debugging problems running the command.
The default can be set in
DEBUG
in .reviewboardrc.