PROBLEM:
Currently our bveCLI.pl script does not handle the command-line interface mode and redirection (">") of the output to a file.
CAUSE:
Windows limitations with bveCLI.pl
WORKAROUND :
As a workaround for these limitations, the bveCLI.pl does offer the following parameters to make up for this.
Instead of being able to access the CLI mode via the script, you may pass your command via the --exec parameter. E.g. --exec "device.list". Please note using telnet to connect to the BVE API is independent of this script and is still supported as long as the component is running.
You will not be able to redirect the output of the bveCLI.pl script, but we do support the --output parameter, which should redirect the output to a file. E.g. --output c:\temp\devices.csv
APPLIES TO:
Windows BVE installations of Traverse
REFERENCE:
None