From 53a8fac1ce2454461e98d17b4543a493a1b286d1 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 4 May 2022 12:45:57 +0200 Subject: Add var subcommand --- lib/main.bash | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/main.bash') 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 $BASHTARD_NAME sync [playbook] $BASHTARD_NAME sysinfo + $BASHTARD_NAME var [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 -- cgit v1.1