
Start
| macOS | Action | |
|---|---|---|
| --config path | Load configuration from the file at path. Default is $FISHEYE_INST/config.xml | |
| --quiet | Do not print anything to the console | |
| --debug | Print extra information to the debug log | |
| --debug-perf | This option is redundant and is now a synonym for --debug | |
| --Xtab-width nchars | Specifies the number of spaces to use to represent a tab character. The default is 8 | |
| --Xdisable-dirtree-empty-checks | When rendering the directory tree on some pages, FishEye calculates if each directory subtree is empty. For massive repositories, this calculation can cause the page to take a long time to render. This option disables the calculation that determines emptiness | |
| --Xno-slurp | Disables regular polling for indexing. We recommend that you disable polling for specific repositories in their configuration options, instead | |
| --Xenable-git-content-hash-resolving-heuristic | This was used to speed up indexing by avoiding an exhaustive lookup of file revisions that give a particular content hash in Git repos. Git manifest support in FishEye removed the need to use this option. It does still apply if a manifest upgrade has not completed | |
| --Xdisable-head-detection | Disables branch head detection in DVCS systems (Git and Mercurial) | |
| --Xdisable-tags | Disables tag processing in DVCS systems | |
| --Xlenient-patches | FishEye will attempt to process non-standard patches |
Stop Fisheye
| macOS | Action | |
|---|---|---|
| --config path | Load configuration from the file at path. Default is $FISHEYE_INST/config.xml |
Full Scan
| macOS | Action | |
|---|---|---|
| --config path | Load configuration from the file at path. Default is $FISHEYE_INST/config.xml |
Rescan
| macOS | Action | |
|---|---|---|
| --config path | Load configuration from the file at path. Default is $FISHEYE_INST/config.xml |
ReIndex
| macOS | Action | |
|---|---|---|
| --config path | Load configuration from the file at path. Default is $FISHEYE_INST/config.xml. |
Scannow
| macOS | Action | |
|---|---|---|
| -s | Run synchronously; i.e. the command will not terminate until the requested indexing operation is complete. |