list
This command lists taxonomy packages under the management of Taxonomy Package Manager. The list displays one of the following
•All available packages
•Packages containing in their name the string submitted as a TaxonomyPackage argument
•Only installed packages
•Only packages that can be upgraded
Syntax
<exec> list | ls [options] TaxonomyPackage?
If no TaxonomyPackage argument is submitted, then all available taxonomy packages are listed. Otherwise, those packages are listed that contain the submitted argument-string in its name. You can also submit a space-separated list of TaxonomyPackage arguments. Note that there are options to list only installed or only upgradeable packages (see listings below).
Options
The list command takes the following options:
--installed, --i | List only installed packages. The default is false. |
--upgradeable, --u | List only packages where upgrades (patches) are available. The default is false. |
--help, --h | Display help for the command. |
Examples
•To list all available taxonomy packages, run: taxonomypackagemanager list
•To list installed taxonomy packages only, run: taxonomypackagemanager list -i
•To list taxonomy packages that contain either "eba" or "us-gaap" in their name, run: taxonomypackagemanager list eba us-gaap