- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-05-2024 01:14 PM
The purpose of id_set.json is defined here https://xsoar.pan.dev/docs/documentation/pack-docs#how-do-you-find-pack-dependencies. So it's kind of like package-lock.json in NodeJS. However, where do we need to use it? I can only see it's being used in `demisto-sdk validate`.
03-18-2024 03:42 PM
The purpose of the file is to list what other packs and/or versions are required or optional for your pack to work properly. Required packs will be installed or updated when your pack is installed. The end user will get the opportunity to pick from the optional list if they want any additional packs installed.
To create the file it has its own command: demisto-sdk find-dependencies with different input parameters depending on if you have one already defined or not.
The Guidelines section:https://xsoar.pan.dev/docs/contributing/contributing#guidelines walks through the overall process to give you an idea where it is created or updated.
03-18-2024 03:42 PM
The purpose of the file is to list what other packs and/or versions are required or optional for your pack to work properly. Required packs will be installed or updated when your pack is installed. The end user will get the opportunity to pick from the optional list if they want any additional packs installed.
To create the file it has its own command: demisto-sdk find-dependencies with different input parameters depending on if you have one already defined or not.
The Guidelines section:https://xsoar.pan.dev/docs/contributing/contributing#guidelines walks through the overall process to give you an idea where it is created or updated.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!