- Fixed an issue where indicatorTypes and betaIntegrations were not found in the id_set.
- Updated the default general
fromVersion
value on format to6.5.0
- Fixed an issue where the validate command did not fail when the integration yml file name was not the same as the folder containing it.
- Added an option to have generate-docs take a Playbooks folder path as input, and generate docs for all playbooks in it.
- Fixed an issue where the suggestion in case of
IF113
included uppercase letters for thecliName
parameter. - Added new validation to the validate command to fail and list all the file paths of files that are using a deprecated integration command / script / playbook.
- validate will no longer fail on playbooks calling subplaybooks that have a higher
fromVersion
value, if calling the subplaybook hasskipifunavailable=True
. - Fixed an issue where relative paths were not accessed correctly.
- Running any
demisto-sdk
command in a folder with a.env
file will load it, temporarily overriding existing environment variables. - Fixed an issue where validate did not properly detect deleted files.
- Added new validations to the validate command to verify that the schema file exists for a modeling rule and that the schema and rules keys are empty in the yml file.
- Fixed an issue where find_type didn't recognize exported incident types.
- Added a new validation to validate, making sure all inputs of a playbook are used.
- Added a new validation to validate, making sure all inputs used in a playbook declared in the input section.
- The format command will now replace the fromServerVersion field with fromVersion.