Use this command to list taxonomies at the command line, in one of the following ways:
•list all available taxonomies
•list specific taxonomies
•list only installed taxonomies
•list only taxonomies that require upgrade.
<exec> list [options] [FILTER...] |
This command can be abbreviated with ls.
FILTER |
List only taxonomies that contain this string in their name. You can specify this argument multiple times. |
--help, --h |
Display help about this command at the command line. |
--installed, --i |
List only installed taxonomies. The default value is false. |
--upgradeable, --u |
List only taxonomies where patch upgrades are available. The default value is false. |
To list all available taxonomies, run:
Linux, macOS |
./taxonomymanager list |
Windows |
TaxonomyManager.exe list |
To list only installed taxonomies, run:
Linux, macOS |
./taxonomymanager list -i |
Windows |
TaxonomyManager.exe list -i |
To list all taxonomies that contain either "eba" or "us-gaap" in their name, run:
Linux, macOS |
./taxonomymanager list eba us-gaap |
Windows |
TaxonomyManager.exe list eba us-gaap |