UNPKG

617 BMarkdownView Raw
1# OpenEdge XREF CLI
2The XREF CLI package gives the possibility to search in OpenEdge `.xref` files via the `xref` command.
3The tools is built around repositories. The flow is:
4
5- initialize a repository with `xref init...`
6- `xref parse` the directory with `.xref` files
7- search for field and table references with `xref search...`
8
9See also `export`, `list` and `show` for all sorts of output.
10
11## help
12Use the `xref --help` display a command list. `xref <command> --help` gives help to that particular command.
13
14
15## disclaimer
16Only tested on XREF generated by 11.6 and 11.7.3 (Win x64 / a bit Linux)
\No newline at end of file