question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request - Command-line param to process only a specific collection

See original GitHub issue

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. 😃

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
maciejzgadzajcommented, Feb 15, 2021

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

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.

0reactions
Tharic99commented, Feb 22, 2021

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 TV Shows.yml config file created yet and that was causing this error. Issue #55 opened for this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found