This command removes all installed taxonomies and the cache directory.
Warning: This command deletes all installed taxonomies and their information. |
After running this command, make sure to run the initialize command, in order to recreate the cache directory. Alternatively, run the reset command with the -i option.
Note that reset -i restores the original installation of the product, so it's recommended to run the update command as well, after performing a reset. Alternatively, run the reset command with the -i and -u options.
<exec> reset [options] |
--help, --h |
Display help about this command at the command line. |
--init, --i |
Initialize the XBRL Taxonomy Manager environment after reset. Valid values are true and false. The default value is false. |
--silent, --s |
Display only error messages. The default value is false. |
--update, --u |
Initialize and update the XBRL Taxonomy Manager environment after reset. Valid values are true and false. The default value is false. |
--verbose, --v |
Display additional information during execution. The default value is false. |
To reset the XBRL Taxonomy Manager, run:
Linux, macOS |
./taxonomymanager reset |
Windows |
TaxonomyManager.exe reset |