{ "name": "Создание командного интерфейса подсистемы", "preRun": [ { "script": "meta-compile/scripts/meta-compile", "input": { "type": "Catalog", "name": "Товары" }, "args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" } }, { "script": "subsystem-compile/scripts/subsystem-compile", "input": { "name": "Склад", "objects": [ "Catalogs.Товары" ] }, "args": { "-DefinitionFile": "{inputFile}", "-OutputDir": "{workDir}" } } ], "params": { "ciPath": "Subsystems/Склад/CommandInterface" }, "input": [ { "operation": "place", "value": "{\"command\": \"Catalog.Товары\", \"group\": \"NavigationPanel.Important\"}" } ], "CreateIfMissing": true, "expect": { "preserves": { "file": "Subsystems/Склад/CommandInterface", "bom": true, "eol": "crlf", "encoding": "UTF-8", "finalNewline": false, "noCR13": true, "selfClose": "tight", "noEmptyPairs": true } } }