| Crates.io | pupdate |
| lib.rs | pupdate |
| version | 0.2.0 |
| created_at | 2024-10-08 23:45:26.874419+00 |
| updated_at | 2024-12-10 06:54:21.658924+00 |
| description | utility to update remote and local systems |
| homepage | https://github.com/zyllian/pupdate |
| repository | https://github.com/zyllian/pupdate |
| max_upload_size | |
| id | 1401829 |
| size | 33,811 |
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.
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).
{
"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.