Meraki.Cli
7.0.1
See the version list below for details.
dotnet new install Meraki.Cli::7.0.1
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 | 744 | 6/15/2023 |
7.0.7 | 208 | 6/15/2023 |
7.0.6 | 205 | 6/15/2023 |
7.0.5 | 179 | 6/15/2023 |
7.0.4 | 212 | 6/15/2023 |
7.0.3 | 181 | 6/15/2023 |
7.0.2 | 155 | 6/15/2023 |
7.0.1 | 177 | 6/15/2023 |
1.0.8 | 2,485 | 6/14/2020 |
1.0.6 | 550 | 6/14/2020 |
1.0.5 | 559 | 6/14/2020 |
1.0.4 | 544 | 6/14/2020 |
1.0.2 | 585 | 3/13/2020 |
1.0.0 | 613 | 3/5/2020 |
Moved to .NET 7.0
Improved best practices throughout