Tag Dictionary Extraction

Overview

There may be cases when you want to save the entire tag dictionary Ensconce has loaded as a JSON file, or post this JSON to a REST endpoint.

Warning The data being saved or exported will not be encrypted

Example

Save To Path

ensconce --dictionarySavePath=[pathToJsonFile]

Post To REST Endpoint

ensconce --dictionaryPostUrl=[urlToPostJsonTo]