-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Possible names:
exist-package
exist-pkg
expath-pkg
exist-pkg [options]
Should return tabulated list with package-abbreviation and version.
Example Output:
package-service 1.2.39
dashboard 10.3.2
monex 3.0.3
html-templating 1.0.4
eXide 3.0.1
Possible options:
--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)