Configuration capabilities of Nomirun CLI

1. View nomirun config

For security reason, the config file is encrypted. To view the Nomirun configuration that was generated with nomirun init, run the command below. A JSON file is returned showing its content.

nomirun config view

2. Generate a nuget.config file

There is a convenience command that will generate the nuget.config file that can be used in module development to retrieve all dependencies you need. You can get it by running:

nomirun config nugetconf -o "c:\nuget.config"