Metadata-Version: 2.1
Name: kubes
Version: 0.0.2
Summary: To take care kubectl command
Home-page: https://github.com/Ron-Chang/kubes.git
Author: Ron Chang
Author-email: ron.hsien.chang@gmail.com
License: MIT
Description: # Kubes
        
        ## - What is this?
        - Switch context.
        - List pods.
        - Interact with pod.
        - Copy file from container.
        - Show Logs without porbe info.
        
        ## - Log
        |#|      date|version|
        |-|----------|-------|
        |1|2021/05/13| v0.0.1|
        
        ## - How to install
        ```bash
        pip install kubes
        ```
        
        ## - How to use
        
        ### CLI
        ```bash
        kubes [-h] [-i] [--command COMMAND] [--download] [--src SRC] [--dest DEST] [-l] [--log]
              [--context CONTEXT] [--namespace NAMESPACE] [--pod POD]
        ```
        
        If you like my work, please consider buying me a coffee or [PayPal](https://paypal.me/RonDevStudio?locale.x=zh_TW)
        Thanks for your support! Cheers! 🎉
        <a href="https://www.buymeacoffee.com/ronchang" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" align="right"></a>
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
