1 unstable release
0.1.0 | Oct 8, 2024 |
---|
#856 in Network programming
10KB
186 lines
pupdate
simple helper utility to update remote systems alongside the local system easily. currently only pupdates through ssh+apt, your ssh key probably needs to be in ssh-agent for this to function properly.
usage
run pupdate -h
for help with arguments. with no arguments, pupdate will update the local system and any remotes configured in the config file (default ~/.pupdate).
config
{
"remotes": ["username@remote"],
"log_dir": "/path/to/log/directory"
}
if log_dir
is missing and is not provided when the command is run, no logs from pupdating will be saved.
Dependencies
~7–17MB
~215K SLoC