Add support for setting mode on files applied by the agent

This commit is contained in:
allegroai
2023-07-04 14:37:58 +03:00
parent 3ed63e2154
commit ccf752c4e4
2 changed files with 13 additions and 0 deletions

View File

@@ -481,6 +481,7 @@ sdk {
# target_format: format used to encode contents before writing into the target file. Supported values are json,
# yaml, yml and bytes (in which case the file will be written in binary mode). Default is text mode.
# overwrite: overwrite the target file in case it exists. Default is true.
# mode: set the file mode after writing. use an integer value or a string (e.g. 600 / 777 etc.)
#
# Example:
# files {