You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The
file list
command (#247) listsArchiveFile
s, but I think there's a need for anArchiveFileCopy
-listing command as well.The distinction is:
file list
only ever lists a file at most once, where this command would potentially list each copy of a file.In #202 I propose
file find
for this.It would allow listing, say, every known corrupt file, something along the lines of:
The text was updated successfully, but these errors were encountered: