Meraki.Cli
7.0.4
See the version list below for details.
dotnet new install Meraki.Cli::7.0.4
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 | 759 | 6/15/2023 |
7.0.7 | 215 | 6/15/2023 |
7.0.6 | 214 | 6/15/2023 |
7.0.5 | 186 | 6/15/2023 |
7.0.4 | 219 | 6/15/2023 |
7.0.3 | 188 | 6/15/2023 |
7.0.2 | 162 | 6/15/2023 |
7.0.1 | 184 | 6/15/2023 |
1.0.8 | 2,496 | 6/14/2020 |
1.0.6 | 559 | 6/14/2020 |
1.0.5 | 568 | 6/14/2020 |
1.0.4 | 553 | 6/14/2020 |
1.0.2 | 596 | 3/13/2020 |
1.0.0 | 622 | 3/5/2020 |
Moved to .NET 7.0
Improved best practices throughout