### Listing Available CLI Commands (Node.js) Source: https://github.com/tarkovtracker/tarkovdata/blob/master/README.md This command is used to display a list of all available commands within the `cli.js` tool. It provides an overview of the functionalities for data management and integrity checks, helping users understand how to interact with the data. ```Shell npm cli.js help ``` -------------------------------- ### Verifying Hideout Data Integrity (Node.js) Source: https://github.com/tarkovtracker/tarkovdata/blob/master/README.md Similar to quest data verification, this command is used to check the integrity of the hideout data. It helps validate changes and prevent mistakes, ensuring the accuracy and reliability of the hideout information within the repository. ```Shell node cli.js verify-hideout-data ``` -------------------------------- ### Verifying Quest Data Integrity (Node.js) Source: https://github.com/tarkovtracker/tarkovdata/blob/master/README.md This command performs integrity checks specifically on the quest data. It is crucial for ensuring that no significant errors or inconsistencies were introduced when modifying the quest dataset, maintaining data quality for dependent tools. ```Shell node cli.js verify-quest-data ``` -------------------------------- ### Generating New Quest ID (Node.js) Source: https://github.com/tarkovtracker/tarkovdata/blob/master/README.md This command assists in finding the next consecutive quest ID available for use when adding new quests to the dataset. It streamlines the process of assigning unique identifiers, with similar commands existing for hideout and objectives data. ```Shell node cli.js new-quest-id ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.