wilfred-dev / wilfred

🐿️ A CLI for managing game servers using Docker.
https://wilfredproject.org
MIT License
34 stars 2 forks source link

Add ability to specify repo and branch on "wilfred images --refresh" #89

Closed vilhelmprytz closed 3 years ago

vilhelmprytz commented 3 years ago

e.g. I have a fork on vilhelmprytz/images and I've been working on images in the branch patch-1. I can tell Wilfred to fetch images from here by running wilfred images --refresh --repo vilhelmprytz/images --branch patch-1

Fixes #86