Skip to content

🎁 Chia-Tea Command Line Interface 🎄

Latest
Compare
Choose a tag to compare
@codie3611 codie3611 released this 05 Dec 22:01
· 90 commits to develop since this release

This release adds a uniform command line interface called chia-tea. It simplifies the usage a lot. After installing chia-tea simply run chia-tea to see what commands are available. We of course oriented ourselves on the origina chia cli. Please note that the cli is our first (good) shot but will undergo changes. We are eager for feedback.

CLI:

  • run with chia-tea
  • command config to
    • create a default config
    • create server communication certificates
    • print location of default config
    • validate config files
  • command start to:
    • run copying files
    • start the monitoring server
    • start the monitoring client
    • start the discord bot observing monitoring data

We also continue our journey to strengthen the codebase and reached more than 80% code coverage. Since the codebase is now more firm, the release cycle will increase.