Meraki.Cli 7.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet new install Meraki.Cli::7.0.4
This package contains a .NET Template Package you can call from the shell/command line.

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

dotnet new meraki

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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.8 572 6/15/2023
7.0.7 196 6/15/2023
7.0.6 183 6/15/2023
7.0.5 152 6/15/2023
7.0.4 187 6/15/2023
7.0.3 155 6/15/2023
7.0.2 129 6/15/2023
7.0.1 154 6/15/2023
1.0.8 2,461 6/14/2020
1.0.6 521 6/14/2020
1.0.5 533 6/14/2020
1.0.4 516 6/14/2020
1.0.2 561 3/13/2020
1.0.0 550 3/5/2020

Moved to .NET 7.0
Improved best practices throughout