https://github.com/sheepreaper/meraki-cli
PowerShell implementation of Meraki Dashboard API (for a binary version of this, see here: https://github.com/bryan5989/SheepReaper.Meraki.DashboardApi.PowerShell)
https://github.com/sheepreaper/meraki-cli
Last synced: 5 months ago
JSON representation
PowerShell implementation of Meraki Dashboard API (for a binary version of this, see here: https://github.com/bryan5989/SheepReaper.Meraki.DashboardApi.PowerShell)
- Host: GitHub
- URL: https://github.com/sheepreaper/meraki-cli
- Owner: SheepReaper
- License: gpl-3.0
- Created: 2018-10-03T02:03:17.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T21:10:59.000Z (over 2 years ago)
- Last Synced: 2025-04-07T21:41:57.678Z (about 1 year ago)
- Language: PowerShell
- Size: 63.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
##### CI(unstable): [](https://ci.appveyor.com/project/bryan5989/meraki-cli) PSGallery(stable): [](https://ci.appveyor.com/project/bryan5989/meraki-cli/branch/psgallery-preview)
# meraki-cli
PowerShell implementation of Meraki Dashboard API (for a binary version of this, see here: https://github.com/bryan5989/SheepReaper.Meraki.DashboardApi.PowerShell) (__WIP!__)
## Latest version (stable)
Found on [PSGallery](https://www.powershellgallery.com/packages/Meraki.PSCLI/)
## Latest version (ci build)
Register the CI repository (only need to do once)
```PowerShell
Register-PSRepository -Name MerakiCliUnstable -SourceLocation "https://ci.appveyor.com/nuget/meraki-cli-psm"
```
Then simply install from that repository
```PowerShell
Install-Module -AllowPrerelease -Force -Repository MerakiCliUnstable -Name Meraki.PSCLI
```