Export Project Settings
The Export Project command is used to export your NCover project settings from the command line into a JSON file.
The JSON can be used to modify existing project settings, or as a template for a new project, which can be imported.
Usage
NCover Project-Export <project name> [--file <file name>]
Example
ncover project-export --project="MyProject" --file="C:\Users\Support\Desktop\Temp\project-export"
Options
--project NCover project name.
--file Save project definition to this JSON file.