Metadata-Version: 1.1
Name: xudo
Version: 1.0.2
Summary: A command line program for docker
Home-page: https://github.com/ostralyan/xudo
Author: Luke Xu
Author-email: lukecxu@gmail.com
License: MIT License
Description: xudo-cli
        ========
        
        *A command line program to replace dockdock, written in Python3*
        
        Installation
        ------------
        
        ``pip install xudo``
        
        ``touch ~/.xudo_profile``
        
        Copy the absolute path of where the api folder is stored eg.
        
        /Users/ostralyan/api
        
        Usage
        -----
        
        ``xudo logs [api | changelog | migrations | rcash]`` - This will follow the logs of the chosen container
        
        ``xudo pull``
        
        ``xudo build [-c -m -s -e -r -a -x]``
        
        ``xudo clean``
        
        ``xudo -h | --help``
        
        ``xudo --version``
        
Keywords: cli
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
