How to set the save options using CLI
When auditing a device, you can specify the save options you would like.
For the full list of save options, you can run the following command:nipper --help save
If you want to turn all save options on or off, you can use the command below:nipper --all-formats
Unlike report plugins, save plugins are not sticky so they will not persist, and therefore there is no off version of a save plugin command and instead, “on” is implied. However, if no save plugin is specified, then .html will be used by default. Individual save options can be turned on by their command, which can be found in the help command above. Here is an example:
Please note: Nipper only allows certain save options to be used via the CLI. The save options that are supported are .txt and .html only.