Feature Request - Command-line param to process only a specific collection
See original GitHub issueI 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. 😃
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (11 by maintainers)
Top Results From Across the Web
Command-Line Options - Win32 apps | Microsoft Learn
Command -line options for msiexec.exe for Windows Installer 3.0 and earlier. Provides a table showing options, parameters, and descriptions.
Read more >Python Command Line Arguments
Python exposes a mechanism to capture and extract your Python command line arguments. These values can be used to modify the behavior of...
Read more >argparse — Parser for command-line options, arguments and ...
For a more gentle introduction to Python command-line parsing, have a look at the argparse tutorial. The arg. ... Limit values to a...
Read more >picocli - a mighty tiny command line interface
Picocli matches the option names to set the field values. ... The converter annotation does not require a CommandLine instance so it can...
Read more >What is a command-line interface (CLI)? - TechTarget
A command-line interface (CLI) is a text-based user interface (UI) used to run programs, manage computer files and interact with the computer.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 figured it out. Since it moved stuff around in my config with the upgraded version over the weekends, I did not have a
TV Shows.yml
config file created yet and that was causing this error. Issue #55 opened for this.