Skip to content

add cli tool to list packages currently installed in an instance #223

@line-o

Description

@line-o

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 to jq for example or store it in a file)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions