shepherd icon indicating copy to clipboard operation
shepherd copied to clipboard

Allow providing an explicit list of repos in shepherd.yml

Open parshap opened this issue 7 years ago • 1 comments

Sometimes you have an exact list of repos you want to apply a migration to, it'd be nice if you could provide a list of repos in shepherd.yml instead of using a GitHub search.

parshap avatar Oct 08 '18 05:10 parshap

For future finders of this issue: one workaround is via CLI (discovered via shepherd checkout --help)

shepherd checkout --repos org1/repo1,org2/repo2 path/to/migration

alexturek avatar Sep 10 '19 23:09 alexturek