Open up the PowerShell and type nomirun, or nomi for short. If you see the help screen, your CLI has installed successfully.
Next step is to run nomirun init command to initialize the Nomirun on your PC.
First latest versions of Nomirun Hosts are automatically downloaded for your OS:
Downloading Nomirun Host net8.0 ---------------------------------------- 100% 00:00:00
Downloading Nomirun Host net8.0 for debugging ---------------------------------------- 100% 00:00:00
Downloading Nomirun Host net9.0 ---------------------------------------- 100% 00:00:00
Downloading Nomirun Host net9.0 for debugging ---------------------------------------- 100% 00:00:00
Downloading Nomirun Host net10.0 ---------------------------------------- 100% 00:00:00
Downloading Nomirun Host net10.0 for debugging ---------------------------------------- 100% 00:00:00
As a final step you need to specify Nuget server where you will host your Nomirun modules. When building a module, you specify the server name to which you want to publish the Nomirun module NuGet package (nupkg).
Welcome to Nomirun CLI initialization.
In order to build and run modules, you need to specify Which Nuget server you want to configure? You can configure one or more. For development we suggest you use `LocalFolder`.
[] Azure DevOps
[] GitHub <
[] Baget
[] Feedz.io
Currently, we support four options for Nuget server; you can select 1 or more:
Once you select Nuget server(s), wizard will navigate you to configure it. In the end, the configuration is stored.
You can also rerun the initialization, overwriting the configuration file previously created.
Nomirun supports Azure DevOps Artifacts as a Nuget server.
In the nomi init wizard, you can select Azure DevOps option and enter these parameters:
You need to have access to Azure DevOps project Artifacts and Install Azure Artifacts credential provider if you do not have Visual Studio (version 15.9+) installed on your machine.
Nomirun supports the GitHub package repository as a Nuget server.
In the nomi init wizard, you can select GitHub option and enter these parameters:
Check GitHub documentation to get the URL, username and PAT token.
Nomirun supports Baget server as a Nuget server.
In the nomi init wizard, you can select Baget option and enter these parameters:
Check Baget documentation to get the URL and ApiKey.
Nomirun supports Feedz.io server as a Nuget server.
In the nomi init wizard, you can select Feedz.io option and enter these parameters:
Check Feedz.io documentation to get the URL and ApiKey.