aboutsummaryrefslogtreecommitdiff
path: root/lib/main.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-05-21 12:25:28 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-05-21 12:25:49 +0200
commit6758f4bd07eb86fd9c32adbe1107cdc1b11919e1 (patch)
treeb7c16881770f8ccd1896ce1d0938ba8000368ece /lib/main.bash
parent371287c03445bb24d1243a89325bb11f20d51de1 (diff)
Add top subcommand
Diffstat (limited to 'lib/main.bash')
-rw-r--r--lib/main.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/main.bash b/lib/main.bash
index db5832e..57f1559 100644
--- a/lib/main.bash
+++ b/lib/main.bash
@@ -86,6 +86,7 @@ Usage:
$BASHTARD_NAME ssh <command>
$BASHTARD_NAME sync [playbook]
$BASHTARD_NAME sysinfo
+ $BASHTARD_NAME top
$BASHTARD_NAME var [-p <playbook>] <key>
$BASHTARD_NAME var [-s] <key> <value>
@@ -102,6 +103,7 @@ Commands:
sync Pull latest changes through git, and synchronize all added
playbooks.
sysinfo Show gathered information about this system.
+ top Show resource information about all known hosts.
var Show or set the value of a given configuration key.
EOF