-
-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
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
Feature Request - Command-line param to process only a specific collection #26
Comments
i think i can come up with something |
ok the develop branch has this feature can you test? run test using |
Pulled, rebuilt, can confirm that it works as described (so far at least) - thank you very much! Not quite what I've originally imagined, was thinking more of sth like |
I choose this way because like you I run multiple docker containers, one to run the schedule and one with the -r option turned on. So I wanted to be able to spin up another that I can run tests from without having to recreate the container each time. this way I can just run the test container |
also leaving open untill pushed to master |
Not sure exactly how exactly are you using all your containers, but I might have a solution which you might like for this. Coming to you later tonight, if I have time to polish it locally first. |
I'm excited to see what you've got! |
Also had some fun and came up with the above MR... 🤷 |
…ion-param #26 command-line param to process only a specific collection(s)
And then again - we're talking *nixes here only. What about Windows? My guess would be it wouldn't work there either, so it's already not 100% generic. Personally I think I'd add it - considering that it's mostly alpine and buster on dockerhub - and see if anyone complains. :D (If it was my repo obviously.) |
Did this break the --run command by itself?
Returns the following:
But it doesn't actually "do" anything... |
No that's a different error if you could post a new issue with your meta.log file? |
I figured it out. Since it moved stuff around in my config with the upgraded version over the weekends, I did not have a |
I have the script set up in a docker container, and it runs at 3 am as planned.
But testing different collection configurations (specifically external lists) I am also running it manually and checking the results.
Would be great if I could provide an extra command line param to make it reprocess a specific collection only, instead of all of them each time.
And yes, I know I can just leave only the collection config I am testing in my
Movies.yml
file, but still... just an idea. :)The text was updated successfully, but these errors were encountered: