You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log file path (can be set by the --log-file-path flag or the DEMISTO_SDK_LOG_FILE_PATH environment variable) can now only accept directory values. Setting it to a file path is no longer supported (file name is now constantly demisto_sdk_debug.log and cannot be changed). The path will now be automatically generated if it doesn't exist. #3912
Log files will now be saved by default to $HOME/.demisto-sdk/logs. This behavior can be overridden by the --log-file-path flag, or the DEMISTO_SDK_LOG_FILE_PATH environment variable. #3912
Added warning when running on Windows (not supported) #3950
Fixed an issue where the validate command failed on pre-processing rules. #3977
Fixed an issue in upload where customFields with explicitly defined values (e.g., ${}) caused the command to fail. #3970
Fixed an issue where validate command failed with Lists folder containing a data json file. #3971