https://github.com/panoramicdata/meraki.cli
Meraki console app template
https://github.com/panoramicdata/meraki.cli
Last synced: about 1 year ago
JSON representation
Meraki console app template
- Host: GitHub
- URL: https://github.com/panoramicdata/meraki.cli
- Owner: panoramicdata
- License: mit
- Created: 2020-03-05T10:53:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T13:26:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T23:18:44.730Z (over 1 year ago)
- Language: C#
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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:
``` powershell
nuget pack .\Meraki.Cli.nuspec -NoDefaultExcludes -Exclude .vs -Exclude .suo
```
## Upload
You can then upload it to [https://www.nuget.org/packages/manage/upload](https://www.nuget.org/packages/manage/upload)
## Installation
To install the template, use:
``` powershell
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
``` powershell
dotnet new meraki
```
## Testing
You can test this using a Meraki Sandbox here:
- [Meraki Always On](https://devnetsandbox.cisco.com/RM/Diagram/Index/a9487767-deef-4855-b3e3-880e7f39eadc?diagramType=Topology)
- [Meraki Enterprise](https://devnetsandbox.cisco.com/RM/Diagram/Index/e7b3932b-0d47-408e-946e-c23a0c031bda?diagramType=Topology)
- [Meraki Small Business](https://devnetsandbox.cisco.com/RM/Diagram/Index/aa48e6e2-3e59-4b87-bfe5-7833c45f8db8?diagramType=Topology)
After signing in, look in the lower left hand side of the page for your API key.