From 39706827edb39acbfc398962a5a4f88852b5d7b6 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 7 May 2024 21:05:32 +0200 Subject: [PATCH] Update readme: talosctl commands --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6965e13..01f00b1 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,17 @@ Re-template and update generated file in place (this will overwrite it): talm template -f nodes/node1.yaml -I ``` +## Using talosctl commands + +Talm offers a similar set of commands to those provided by talosctl. +However, you can specify the --file option for them. + +For example, to run a dashboard for three nodes: + +``` +talm dashboard -f node1.yaml -f node2.yaml -f node3.yaml +``` + ## Customization You're free to edit template files in `./templates` directory.