From 53cc689dc40c31593e248e88b6d9b0df14fff2fd Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 11 Jan 2025 15:21:46 +0100 Subject: [PATCH] docs: update readme next up is differentiating the different agents, such that we can execute commands from the cli to for example update dependencies on all machines, restart machines etc. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d2452ed..2123c9e 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,11 @@ curl https://git.front.kjuulh.io/kjuulh/churn-v2/raw/branch/main/install.sh | ba ``` configure `~/.local/share/io.kjuulh.churn-agent/churn-agent.toml` use an editor of choice. Churn agent will generate a randomish name for the specific agent, consider giving it something more semantically meaningful to you + +## CLI (TBD) + +Using the churn cli allows sending specific commands to a set of agents + +``` + +```