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

Fix DataLayer add_missing_files syntax [Bug] #17039

Closed
danieljperry opened this issue Dec 11, 2023 · 2 comments
Closed

Fix DataLayer add_missing_files syntax [Bug] #17039

danieljperry opened this issue Dec 11, 2023 · 2 comments
Labels
bug Something isn't working stale-issue flagged as stale and will be closed in 7 days if not updated

Comments

@danieljperry
Copy link
Contributor

What happened?

Currently, the DataLayer add_missing_files command only allows a single -i flag (the store ID), and the ID must be enclosed in square brackets [<ID>], as if it were a list.

@data_cmd.command("add_missing_files", help="Manually reconstruct server files from the data layer database")

This matches how our RPC syntax often works, but for the CLI, the brackets probably should not be required. In addition, multiple IDs should be allowed by entering multiple -i flags.

Version

2.1.1

What platform are you using?

Windows

What ui mode are you using?

CLI

Relevant log output

No response

@danieljperry danieljperry added the bug Something isn't working label Dec 11, 2023
Copy link
Contributor

This issue has not been updated in 14 days and is now flagged as stale. If this issue is still affecting you and in need of further review, please comment on it with an update to keep it from auto closing in 7 days.

@github-actions github-actions bot added the stale-issue flagged as stale and will be closed in 7 days if not updated label Dec 26, 2023
Copy link
Contributor

github-actions bot commented Jan 2, 2024

This issue was automatically closed because it has been flagged as stale, and subsequently passed 7 days with no further activity from the submitter or watchers.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale-issue flagged as stale and will be closed in 7 days if not updated
Projects
None yet
Development

No branches or pull requests

1 participant