You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I am working on a new image in another branch, I’d like to fetch images from another branch than master. Or if I am working in a fork, I’d like to be able to fetch the fork instead of the official one.
Describe the solution you'd like
I want wilfred images --refresh to accept branch and/or URL as alternative image source.
Describe alternatives you've considered
None.
Additional context
I found the need for this when working on wilfred-dev/images#2
The text was updated successfully, but these errors were encountered:
* using "--branch" you can now set Wilfred to fetch it's default images from another branch than "master"
* using "--repo" you can now set Wilfred to fetch it's default images from another repo than "wilfred-dev/images"
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
Is your feature request related to a problem? Please describe.
When I am working on a new image in another branch, I’d like to fetch images from another branch than
master
. Or if I am working in a fork, I’d like to be able to fetch the fork instead of the official one.Describe the solution you'd like
I want
wilfred images --refresh
to accept branch and/or URL as alternative image source.Describe alternatives you've considered
None.
Additional context
I found the need for this when working on wilfred-dev/images#2
The text was updated successfully, but these errors were encountered: