Metadata-Version: 2.1
Name: syneto-clio
Version: 0.2.6
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Alexandra Veres
Author-email: alexandra.veres@syneto.eu
License: MIT
Description: # Clio
        An easy to use CLI tool for running faster kubernetes and docker commands.
        
        
        <h2>Usage example</h2>
        
        For seeing the logs of a kube container:
        
        **$ syneto-clio logs <container_name>**
        
        For entering a kube container:
        
        **$ syneto-clio enter <container_name>**
        
        For restarting a docker container:
        
        **$ syneto-clio restart <container_name>**
        
        For cleaning up hanging containers & images:
        
        **$ syneto-clio cleanup-docker**
        
        For mounting giove code:
        
        _Sidenote:_ If you ran **config** command already, you can skip name, password and ip parameters and just provie the source path.
        
        **$ syneto-clio sync-giove < source_path > --name < name > --password < password > --ip < ip_address >**
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
