I am looking for something similar to how the std mode works but where i have a number of related repos that i would like parsed together into one generated output.
Example: golds -wdpkgs-listing=promoted x.y.z/myapp1 x.y.z/myapp2 x.y.z/myapp3 x.y.z/myappN
where all of the packages related to the list provided are included in the promoted.
x.y.z/myapp1
x.y.z/myapp1/cmd/bin
x.y.z/myapp2
x.y.z/myapp2/internal/foo
x.y.z/myapp2/internal/bar
x.y.z/myapp3
x.y.z/myapp3/pkg/baz
x.y.z/myappN
...other packages...
I am looking for something similar to how the
stdmode works but where i have a number of related repos that i would like parsed together into one generated output.Example:
golds -wdpkgs-listing=promoted x.y.z/myapp1 x.y.z/myapp2 x.y.z/myapp3 x.y.z/myappNwhere all of the packages related to the list provided are included in the promoted.