--path [pattern] which specifies a filename, path or glob to search
--instance [instance_name] which specifies an instance to search
and when --path is provided, instead of just generically producing a list of shulker boxes any instance is linked into, will return the specific boxes that are providing any files matching that pattern
enderchest inventory --instance [instance_name] operates the exact same as enderchest inventory instance [instance_name] (and vice versa when the --path flag is provided
instance is now the preferred term instead of minecraft
this goes for enderchest gather instance (instead of enderchest gather minecraft) as well.
Fixes some (intentional but poorly-thought-out) inconsistencies with the indentation in the CLI docs
Fixes an issue that was causing CI to erroneously give the all-clear, even when tests were failing (introduced in #106)
Fixes more issues with SSH related to #110
Tech Debt and Other Concerns
Validation Performed
I've used enderchest place to generate a placement cache, and then I've performed quite a bit of searching against it. The -q flag is especially helpful when using enderchest inventory --path, as it'll only show the highest priority box for each link.
[x] I have run mkdocs serve locally and ensured that all API docs and
changes I have made to the static pages are rendering correctly, with all links
working
[x] All tech debt concerns have been resolved, documented as issues, or otherwise
accepted
Summary
Resolves #83
List of Changes
enderchest inventory
accepts two new flags:--path [pattern]
which specifies a filename, path or glob to search--instance [instance_name]
which specifies an instance to searchand when
--path
is provided, instead of just generically producing a list of shulker boxes any instance is linked into, will return the specific boxes that are providing any files matching that patternenderchest inventory --instance [instance_name]
operates the exact same asenderchest inventory instance [instance_name]
(and vice versa when the--path
flag is providedinstance
is now the preferred term instead ofminecraft
enderchest gather instance
(instead ofenderchest gather minecraft
) as well.Tech Debt and Other Concerns
Validation Performed
I've used
enderchest place
to generate a placement cache, and then I've performed quite a bit of searching against it. The-q
flag is especially helpful when usingenderchest inventory --path
, as it'll only show the highest priority box for each link.PR Type
release
)Checklist:
mkdocs serve
locally and ensured that all API docs and changes I have made to the static pages are rendering correctly, with all links working