Metadata-Version: 2.1
Name: syneto-clio
Version: 0.2
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Alexandra Veres
Author-email: alexandra.veres@syneto.eu
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# 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 >**





