Skip to content

panoramicdata/Meraki.Cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Meraki console app template

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages