From 5ae54c278477e9d975410892d9f6b0995f9a2dcc Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 2 Apr 2024 09:32:25 +0200 Subject: Implement zap --- lib/main.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/main.bash') diff --git a/lib/main.bash b/lib/main.bash index 57f1559..196bbbf 100644 --- a/lib/main.bash +++ b/lib/main.bash @@ -89,6 +89,7 @@ Usage: $BASHTARD_NAME top $BASHTARD_NAME var [-p ] $BASHTARD_NAME var [-s] + $BASHTARD_NAME zap Perform maintenance on your infra. @@ -105,6 +106,8 @@ Commands: 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. + zap Remove a playbook from the registry without attempting to run + the delete step from the playbook. EOF if [[ ! -d "$BASHTARD_ETCDIR/playbooks.d" ]] -- cgit v1.1