go home

Meraki Cli Application (meraki)

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.
dotnet new --install "Meraki.Cli"
dotnet new meraki
  • Tags: language: C# type: project
  • Classifications: Meraki API Console CLI