We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that the list of repository returned by init in 0.0.27 and later is much shorter than before. E.g.:
init
$ ~/Downloads/mp-0.0.26-linux-amd64 init --repo-search "org:clever language:Go" ARCHIVED-baseworker-go ARCHIVED-oplog-replay amazon-kinesis-client-go analytics-latency-config-service analytics-monitor analytics-util atlas-api-client circle-v2-migrate clever-cli clever-go configure consul-service-pulse csvutil ddb-to-es ecs-task-metadata-exporter flarebot go-bench go-redis-reservation go-utils go-validation http-science kayvee-go kinesis-alerts-consumer launch-gen leakybucket marathon-stats mesos-visualizer mgohttp microplane mongo-lock-go mongo-to-s3 moredis optimus pathio pickabot resolve-ip s3-to-redshift sfncli sphinx stealth swagger-api talks unique-port wag workflow-manager
Versus
$ ~/Downloads/mp-0.0.27-linux-amd64 init --repo-search "org:clever language:Go" circle-v2-migrate ddb-to-es
Maybe I missed an intentional breaking change in how --repo-search works?
--repo-search
The text was updated successfully, but these errors were encountered:
This seems like the related pr #73
Sorry, something went wrong.
No branches or pull requests
It seems that the list of repository returned by
init
in 0.0.27 and later is much shorter than before.E.g.:
Versus
Maybe I missed an intentional breaking change in how
--repo-search
works?The text was updated successfully, but these errors were encountered: