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.

Make the update individuals command more user-friendly

See original GitHub issue

Sometimes it is necessary to update the alignment path for an individual of a case.

Scout has a dedicated command to do that: scout update individual, that accepts the following inputs: -c, --case-id TEXT [required] -i, --ind-id TEXT [required] -a, --alignment-path PATH Replace alignment file

case id is already displayed on the case web page so it’s fine, but the --ind-id is not the same as the individual display name that can be seen on the case page. It’s the individual_id values instead. It would be nice to change it into individual display name so that it would be much easier for prod team to run the command independently.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
dnilcommented, Sep 30, 2020

Good stuff both! The command could optionally take a small json for updates of several values, rather than having to repeat several cli calls with key=value?

1reaction
hassanfacommented, Sep 30, 2020

Validating input JSON, making sure all the keys exists, etc… problems can happen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Classic SysAdmin: Linux 101: Updating Your System
Ubuntu is very user friendly. Ubuntu uses two different tools for system update: apt-get: Command line tool. Update Manager: GUI tool.
Read more >
How to Write User-friendly Command Line Interfaces in Python
This is how to do the same using Click. You first start with @click. command to make the function become a Click command...
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. Command-line ......
Read more >
wp user update | WP-CLI Command
The user login, user email or user ID of the user(s) to update. ... Create New Issue ... A string that contains a...
Read more >
Command Line Interface Guidelines
An open-source guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.
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