Releases: Tea-n-Tech/chia-tea
🎁 Chia-Tea Command Line Interface 🎄
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.
🥳 Plotting and More
This release brings the following features:
- Monitoring of Madmax Plotter
- New command
$plotters
in to display plotting status in discord - The new command
$sql
allows running sql queries in discord safely
Furthermore we pushed the stability and resilience of the code with great effort.
First Release
This is the very first release of Chia-Tea. For more information regarding the capabilities please see the documentation.