Meraki.Cli 7.0.8

dotnet new install Meraki.Cli::7.0.8
This package contains a .NET Template Package you can call from the shell/command line.

Creates a template Meraki project for .NET 7.0.

To install (or update) the template, type:

dotnet new install Meraki.Cli

Once installed, go to an empty folder and type:

dotnet new meraki [--name Project.Namespace] [--apiKey=YourApiKey]

If you do not specify the namespace with --name, the folder name is used instead.
If you do not specify an API key, modify the appsettings.json file. After this, build
and run with:

dotnet run

This should provide some basic information about your Meraki account to demonstrate a
working project.

You should then inspect and modify the contents of Application.cs.

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 571 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