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

feat(CLI): "file find" command #261

Merged
merged 1 commit into from
Nov 30, 2024
Merged

feat(CLI): "file find" command #261

merged 1 commit into from
Nov 30, 2024

Conversation

ketiltrout
Copy link
Member

@ketiltrout ketiltrout commented Nov 28, 2024

After "file list", this was less involved that I feared it would be.

I think there's potential to add more ways of searching for files, but this is good for now. There are always going to be limits to how much selection can be done with the CLI. For very complex queries, users are going to have to access the ORM directly and make their own queries.

This is the last command I wanted to implement from the command list in #202, unless someone can come up with an argument to promote one of the proposed commands I suggested, which otherwise will get left on the back-burner.

After all these command PRs are merged there is still going to be one or more clean-up passes to do on the CLI before I'm willing to leave it alone for the time-being.

Closes #248

After "file list", this was less involved that I feared it would be.

I think there's potential to add more ways of searching for files, but
this is good for now.  There are always going to be limits to how much
selection can be done with the CLI.  For very complex queries, users are
going to have to access the ORM directly and make their own queries.

This is the last command I wanted to implement from the command list.
So, I'm going to say this closes #202, unless someone can come up with
an argument to promote one of the proposed commands I suggested, which
otherwise will get left on the back-burner.

After all these command PRs are merged there is still going to be one or
more clean-up passes to do on the CLI before I'm willing to leave it
alone for the time-being.
@ketiltrout ketiltrout requested review from ljgray and rikvl November 28, 2024 20:43
@ketiltrout ketiltrout mentioned this pull request Nov 28, 2024
46 tasks
@ketiltrout ketiltrout merged commit 1116312 into master Nov 30, 2024
3 checks passed
@ketiltrout ketiltrout deleted the file_find branch November 30, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need an ArchiveFileCopy-listing command
2 participants