aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-11 13:30:22 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-11 13:30:22 +0200
commit7eac078e1049493d708097af69f6894d609ec6a8 (patch)
tree300b09fea14d8098333892fa166a5f9ac2059d61 /share
parentca71525e575f809c77d84550a3e8abc100dfb5a4 (diff)
Implement pkg subcommand
Diffstat (limited to 'share')
-rw-r--r--share/doc/bashtard.1.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/doc/bashtard.1.scd b/share/doc/bashtard.1.scd
index ca8b248..1035b18 100644
--- a/share/doc/bashtard.1.scd
+++ b/share/doc/bashtard.1.scd
@@ -10,6 +10,7 @@ bashtard - A Bash-based configuration management utility
*bashtard* add <_playbook_>++
*bashtard* del <_playbook_>++
*bashtard* init [_repository_]++
+*bashtard* pkg <_install_|_uninstall_> <_name_>++
*bashtard* ssh <_command_>++
*bashtard* sync [_playbook_]++
*bashtard* var [-p _playbook_] <_key_>++
@@ -46,6 +47,12 @@ If a repository URL has been provided, *bashtard* will attempt to use *git
clone* to create the directory structure, and then add host-specific files to it
afterwards.
+## pkg
+
+Allows direct interaction with the *pkg_\*()* functions provided by the
+*bashtard* utility library. This in turn makes allows a user to use a single
+package management interface accross all their machines.
+
## ssh
Run a given command over SSH to all configured nodes. Every node needs to have