Metadata-Version: 1.0
Name: envRunner
Version: 0.1.2
Summary: Run a command with environment variables set from a url or file
Home-page: https://github.com/HeqetLabs/envRunner
Author: Sean Reed
Author-email: sean@reed.pub
License: UNKNOWN
Description: envRunner is a command wrapper that provides configuration through
        environment variables. These variables can be set from a multitude of
        sources.
        
        Examples:
        
        ::
        
                envRunner test.yml some_command                                                                                    
                envRunner test.json some_command                                                                                   
                envRunner http://test.com/test.yml some_command                                                                    
                envRunner http://test.com/test.json some_command                                                                   
        
        | Each of the above will read the configuration file
        | and then merge the values inside of that with the
        | environment of the subprocess.
        
        ::
        
            Usage:
              envRunner (-h | --help) 
              envRunner <config> exec [COMMAND ...]                                                                                
              
            Options:
              -h --help   Shows this screen.                                                                                       
              --version  
        
Keywords: environment,runner
Platform: UNKNOWN
