Licence
ISC
Version
2.8.1
Deps
11
Size
139 kB
Vulns
2
Weekly
0
OpenEdge XREF CLI
The XREF CLI package gives the possibility to search in OpenEdge .xref files via the xref command.
The tools is built around repositories. The flow is:
- initialize a repository with
xref init... xref parsethe directory with.xreffiles- search for field and table references with
xref search...
See also export, list and show for all sorts of output.
help
Use the xref --help display a command list. xref <command> --help gives help to that particular command.
configuration
The configuration of XREFCLI is located in $HOME/.xrefcli/xrefconfig.json (or %USERPROFILE%\.xrefcli/xrefconfig.json).
editor
For setting up the editor see github/editor.md
disclaimer
Only tested on XREF generated by 11.6 and 11.7.3 (Win x64 / a bit Linux)