clear-cache¶
rbt clear-cache is used to manually clear the HTTP cache for the API.
Usage¶
$ rbt clear-cache [options]
Options¶
-
--cache-location<file>¶ The file to use for the API cache database.
The default can be set in
CACHE_LOCATIONin .reviewboardrc.New in version 0.7.3.
-
-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.New in version 3.0.