No description
Find a file
2024-10-17 18:27:41 -07:00
src add untested homebrew support 2024-10-17 18:27:41 -07:00
.gitignore initial commit 2024-10-08 16:25:12 -07:00
.rustfmt.toml initial commit 2024-10-08 16:25:12 -07:00
Cargo.lock bump version 2024-10-17 18:27:33 -07:00
Cargo.toml bump version 2024-10-17 18:27:33 -07:00
LICENSE add LICENSE 2024-10-08 16:40:23 -07:00
README.md add install instructions 2024-10-08 16:51:22 -07:00
todo.md add untested homebrew support 2024-10-17 18:27:41 -07:00

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

you can install easily using cargo install pupdate.

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.