meraki-cli | simple CLI tool to automate and control your Cisco Meraki

 by   PackeTsar Python Version: 1.5.0 License: MIT

kandi X-RAY | meraki-cli Summary

kandi X-RAY | meraki-cli Summary

meraki-cli is a Python library. meraki-cli has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. However meraki-cli has 1 bugs. You can install using 'pip install meraki-cli' or download it from GitHub, PyPI.

Meraki-CLI is a wrapper around the official Meraki Dashboard API Python SDK. It takes all published functions in the library and makes them available to the user as a standard command-line tool with -h help options, commands, switches, arguments, and tab autocompletion. It also supports classic Linux-style pipelining, allowing the output of one instance of the program to be piped to the input of another.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              meraki-cli has a low active ecosystem.
              It has 70 star(s) with 14 fork(s). There are 9 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 4 open issues and 13 have been closed. On average issues are closed in 48 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of meraki-cli is 1.5.0

            kandi-Quality Quality

              meraki-cli has 1 bugs (0 blocker, 0 critical, 1 major, 0 minor) and 46 code smells.

            kandi-Security Security

              meraki-cli has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              meraki-cli code analysis shows 0 unresolved vulnerabilities.
              There are 1 security hotspots that need review.

            kandi-License License

              meraki-cli is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              meraki-cli releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              It has 1678 lines of code, 148 functions and 34 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed meraki-cli and discovered the below as its top functions. This is intended to give you an instant insight into meraki-cli implemented functionality, and help decide if they suit your requirements.
            • Helper function to output results
            • Filter a list of dictionaries according to the given columns
            • Normalize a list of dictionaries
            • Prints a nice table
            • Read stdin data from stdin
            • Translate input_dict into a list of dictionaries
            • Convert a JSON string to a list of arguments
            • Clean static arguments
            • Builds the argument parser
            • Return the help for the given command object
            • Return the title of a Mtdstr
            • Get the parameter values from the given arguments
            • Check if value is a JSON object
            • Parse argparse arguments
            • Parse the config file
            • Filter a list of dicts
            • Checks if a key exists in a list of dictionaries
            • Prints the CLI arguments
            • Start the upgrade process
            • Configure logging
            • Extract extra arguments from the given arglist
            • Helper method to parse a JSON object
            • Adds upgrade command parser
            • Get the version number
            Get all kandi verified functions for this library.

            meraki-cli Key Features

            No Key Features are available at this moment for meraki-cli.

            meraki-cli Examples and Code Snippets

            Meraki-CLI ,Making Some Changes
            Pythondot img1Lines of Code : 63dot img1License : Permissive (MIT)
            copy iconCopy
            ~$
            ~$ meraki devices updateDevice --serial Q2HP-F5K5-R88R --name NEW_DEVICE_NAME
            ┏━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━  
            Meraki-CLI ,Tab Autocompletion,MacOS
            Pythondot img2Lines of Code : 7dot img2License : Permissive (MIT)
            copy iconCopy
            # Tab Autocompletion for Meraki-CLI tool
            autoload bashcompinit
            bashcompinit
            autoload compinit
            compinit -u
            eval "$(register-python-argcomplete meraki)"
            # End of Meraki-CLI commands
              
            Meraki-CLI ,Using a Config File
            Pythondot img3Lines of Code : 5dot img3License : Permissive (MIT)
            copy iconCopy
            {
                "apiKey": "6bec40cf957de430a6f1f2baa056b99a4fac9ea0",
                "debug": 1,
                "logfile": "meraki.log"
            }
              

            Community Discussions

            No Community Discussions are available at this moment for meraki-cli.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install meraki-cli

            The easiest (and recommended) way to install Meraki-CLI is to use PIP. You can use PIP to install Meraki-CLI with the command pip3 install meraki-cli or python3 -m pip install meraki-cli. To see if Meraki-CLI was successfully installed, run the meraki command and see if it displays the help menu. If you already have Meraki-CLi installed and want to upgrade to the latest release, use the command pip3 install --upgrade --no-cache-dir meraki-cli or python3 -m pip install --upgrade --no-cache-dir meraki-cli.

            Support

            This project is very new and has been created out of need. If you have a feature you would like to see built into it, please open up an issue in Github and describe your desired feature. Any accepted feature requests will be listed in the Enhancement Requests and Known Bugs issue page.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install meraki-cli

          • CLONE
          • HTTPS

            https://github.com/PackeTsar/meraki-cli.git

          • CLI

            gh repo clone PackeTsar/meraki-cli

          • sshUrl

            git@github.com:PackeTsar/meraki-cli.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link