GWS cli
Jump to navigation
Jump to search
For testing
--read-ssh
- read from device, default value for --setup-form is required, it will be changed to correct value if device type can be detected
--write-ssh
- write to device, executed last (--read-ssh and --setup-file are done first)
--exit-on-error
- exit GWS if any error occurs
--ssh-user [username]
--ssh-pw [password]
--ssh-ip [ip]
--setup-form [code]
- force to open with product code, required with older configurations
--setup-file [filename]
- opens configuration with corresponding product code found in file (not with older files)
--root-path [linux path]
--dev
example: read GW6 configuration
- gws.exe --ssh-user user --ssh-pw "password" --ssh-ip 10.0.0.5 --setup-form GW6 --read-ssh
Performance
--dxml
- Delphi default xml parser
--oxml
- xml parser/writer that is at least 2x faster and uses less memory.
--unlimited
- allows big configurations
--no-groups
- disable object grouping (big configurations have performance issues with grouping)