Metadata-Version: 2.1
Name: tdmctl
Version: 0.1.1
Summary: command line tool client for TouDoum-Framework
Home-page: https://toudoum-framework.github.io/
Keywords: toudoum,framework,cli,client,tool,tdmctl,management
Author: msterhuj
Author-email: gabin.lanore@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: colorama (>=0.4.5,<0.5.0)
Requires-Dist: columnar (>=1.4.1,<2.0.0)
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Project-URL: Documentation, https://toudoum-framework.github.io/tdmctl/
Project-URL: Repository, https://github.com/TouDoum-Framework/tdmctl
Description-Content-Type: text/markdown

# tdmctl Cli for management of TouDoum-Framework

## Sample of config file
```yaml
current_context: cluster1
context:
    cluster1: 
        host: localhost
        user: admin
        pass: admin
```
