Metadata-Version: 1.1
Name: swk
Version: 0.0.4a9
Summary: Extendable command line utility for sysadmins
Home-page: https://github.com/trueneu/swiss-knife
Author: Pavel Gurkov
Author-email: true.neu@gmail.com
License: GPLv3
Download-URL: https://github.com/trueneu/swiss-knife/archive/v0.0.4a9.zip
Description: 
        An extendable utility for doing everything with self-defined hosts/hostgroups, utilizing API of your environment,
        with parallel ssh out of the box with a shell mode.
        
        Examples:
        ::
        
            swk pssh 'frontend([0-1][0-9]|2[0-5]),-frontend00' grep '/api/do_something' /var/log/nginx/access.log
            swk gather ^frontend /var/log/nginx/access.log ./nginx-logs-from-production
            swk ssh foohost,barhost,zeehost uptime
        
        Shell mode:
        ::
        
            swk> pssh ^mysql mysql -e 'show variables like "read_only"' >> ./read_only.tmp
            swk> pssh ^mysql mysql -e 'show variables like "%format%"' | grep innodb
        
        For more examples, please refer to README at https://github.com/trueneu/swiss-knife
        
        
Keywords: cli ssh pssh swiss-knife sysadmin zabbix foreman
Platform: Posix; MacOS X
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Shells
Classifier: Topic :: Utilities
