Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 433 Bytes

File metadata and controls

25 lines (24 loc) · 433 Bytes

tdmctl Cli for management of TouDoum-Framework

Sample of config file

current_context: cluster1
context:
    cluster1: 
        host: localhost
        user: admin
        pass: admin

.tdmctl folder structure

.tdmctl:
  config.yml:
  modules:
    <context-name1>:
      <module-name1>:
        main.py:
    <context-name2>:
      <module-name1>:
        main.py:
      <module-name2>:
        main.py: