A rust CLI that I use to automate the menial tasks in my homelab.
Please make sure if you really want to use this. I make heavy use of unwrap and unchecked http calls, so this can and will break at any given moment if you are not very careful with what you enter.
- Copy
Homelab.template.toml
to~/.config/Homelab.toml
and replace the placeholder valued with your actual values - Build and link
homelab-cli
and place it in~/.local/bin
(make sure you have added this to your$PATH
)
This tool is totally specific to my homelab and my workflow, so don't expect that I will respond in any way to issues. Pull Requests I might review, but again, this is tailored to me. You're better of forking if you must.
This is licensed under the MIT license.