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

implement command to list packages #7

Closed
line-o opened this issue Jul 20, 2022 · 1 comment · Fixed by #58
Closed

implement command to list packages #7

line-o opened this issue Jul 20, 2022 · 1 comment · Fixed by #58
Labels
enhancement New feature or request released

Comments

@line-o
Copy link
Member

line-o commented Jul 20, 2022

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 : 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 to jq for example or store it in a file)
  • --full-name: return namespace URIs instead of abbreviated names

refs eXist-db/node-exist#223

@line-o line-o added the enhancement New feature or request label Jul 20, 2022
@github-actions
Copy link

github-actions bot commented Jan 9, 2023

🎉 This issue has been resolved in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant