Meraki.Cli
Nuget package for dotnet new Meraki
Build
To build, from the root directory (and already having installed the latest version of nuget), type:
nuget pack .\Meraki.Cli.nuspec -NoDefaultExcludes -Exclude .vs -Exclude .suo
Upload
You can then upload it to https://www.nuget.org/packages/manage/upload
Installation
To install the template, use:
dotnet new install Meraki.Cli
Project creation
To create a new project using the template, use:
dotnet new meraki --name MyProject.MyNameSpace --apiKey YourApiKey
or
dotnet new meraki --name MyProject.MyNameSpace
or
Testing
You can test this using a Meraki Sandbox here:
After signing in, look in the lower left hand side of the page for your API key.