Skip to content
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

Batch read/set/delete/add command #160

Open
ABridoux opened this issue Feb 4, 2021 · 0 comments
Open

Batch read/set/delete/add command #160

ABridoux opened this issue Feb 4, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ABridoux
Copy link
Owner

ABridoux commented Feb 4, 2021

Describe your idea briefly.
Offer the possibility to batch read, set, delete or add a value in the data.

Describe the solution you'd like
It's possible with Scout 3.0.0 to list the paths in the data. Thus, to read, set, delete or add value on those paths. But this is not efficient when the same value has to be set on all paths, since the program will be called repeatedly.

Additional context
The command could look like scout batch set movies[:].title="New title"

@ABridoux ABridoux added the enhancement New feature or request label Feb 4, 2021
@ABridoux ABridoux added this to the 3.1.0 milestone Feb 4, 2021
@ABridoux ABridoux modified the milestones: 3.1.0, 3.2.0 Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant