meraki-cli icon indicating copy to clipboard operation
meraki-cli copied to clipboard

A simple CLI tool to automate and control your Cisco Meraki Dashboard

Results 6 meraki-cli issues
Sort by recently updated
recently updated
newest added

Make `-s` filter actual data instead of just control the tabulation. It should be able to be used to filter what data is sent over a pipeline to another command....

Hi John, Couple of requests for you sir! Could we create a shortcut command path when assigning as static IP address to a Meraki Device, currently its quite long see...

enhancement

Currently, the command `meraki -ddd organizations createOrganizationNetwork --organizationId xxxxxxxxx --name "Meraki-CLI Network" --productTypes appliance switch` will only pass the first `--productTypes` argument value (`appliance`) instead of accepting multiple. When building...

Logging enhancement requests and known bugs here. If you have reported a bug or feature request and it is accepted as such, then it will show up here and your...

Allow the input of [JSONPath](https://goessner.net/articles/JsonPath/)-like syntax to extract complex data for tabulation. Example: The `meraki networks getNetworkClients` command provides output like ``` { "id": "xxxxxxxx", "mac": "xx:xx:xx:xx:xx:xx", "description": "SomeEndpoint", "usage":...

Allow the JSON output of Meraki-CLI to be formatted through a custom-written Jinja2 template file. This will allow parsing and extraction of data into a customized format