Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 683 Bytes

File metadata and controls

17 lines (14 loc) · 683 Bytes

create-id-set

Create the content dependency tree by ids.

Use-Cases: This command is primarily intended for internal use. During our CI/CD build process, this command creates a dependency tree containing integrations, scripts and playbooks. The id_set.json file is created with the outputs.

Arguments:

  • -o OUTPUT, --output OUTPUT The path of the file in which you want to save the created id set.
  • -i, --input Input file path, the default is the content repo.
  • -fd, --fail-duplicates Fails the process if any duplicates are found.

Examples: demisto-sdk create-id-set -o Tests/id_set.json This will create the id set in the file Tests/id_set.json.