aboutsummaryrefslogtreecommitdiff
path: root/lib/main.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-04 12:45:57 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-04 12:45:57 +0200
commit53a8fac1ce2454461e98d17b4543a493a1b286d1 (patch)
treeae97150eafabaabb041f75037d42b3ea70f50a0f /lib/main.bash
parentcf67933256a99fbf26337c1924d7ecc942bf91c0 (diff)
Add var 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 b5d6cc3..42ce373 100644
--- a/lib/main.bash
+++ b/lib/main.bash
@@ -81,6 +81,7 @@ Usage:
$BASHTARD_NAME ssh <command>
$BASHTARD_NAME sync [playbook]
$BASHTARD_NAME sysinfo
+ $BASHTARD_NAME var <key> [value]
Perform maintenance on your infra.
@@ -92,6 +93,7 @@ Commands:
sync Pull latest changes through git, and synchronize all added
playbooks.
sysinfo Show gathered information about this system.
+ var Show or set the value of a given configuration key.
Playbooks:
EOF