From 7eac078e1049493d708097af69f6894d609ec6a8 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 11 May 2022 13:30:22 +0200 Subject: Implement pkg subcommand --- share/doc/bashtard.1.scd | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share/doc/bashtard.1.scd') 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 -- cgit v1.1