We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xst packages list [options]
Aliases:
ls
Should return tabulated list of package-abbreviations.
Example Output:
package-service dashboard monex html-templating eXide
Possible options:
--versions
-V
--libraries
-l
-L
--applicationts
-a
-A
--filter
-f
--extended
-e
--json
-j
jq
--full-name
refs eXist-db/node-exist#223
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 1.2.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Aliases:
ls
Should return tabulated list of package-abbreviations.
Example Output:
Possible options:
--versions
,-V
: list installed version--libraries
,-l
or-L
: list only installed libraries--applicationts
,-a
or-A
: list only installed applications--filter
,-f
: list only libraries and/or applications that match a given pattern--extended
,-e
: add more information to the result (date of installation, namespace URI, declared dependencies, ...)--json
,-j
: return result as json (in order to pipe it tojq
for example or store it in a file)--full-name
: return namespace URIs instead of abbreviated namesrefs eXist-db/node-exist#223
The text was updated successfully, but these errors were encountered: