/DumpConfigToFiles <dump directory> [-Extension <extension name>] [-AllExtensions] [-format]

Dump a configuration to XML files. The following parameters are available:

<dump directory>. Directory for dumping the configuration.
Extension <extension name>. Dump the extension with the specified name. If the extension is successfully processed, return 0. Otherwise (if the extension with the specified name is not available or any errors occur) return 1.
AllExtensions. Dump extensions only (all of them). For each extension, create a directory with a matching name.
Format. The dump file structure format (the default option is Hierarchical):
               Hierarchical. Dump files to a hierarchical structure. Create a directory structure matching the configuration object structure in the specified directory.
               Plain. Dump files to a flat structure (all files to a single directory).

1C:Enterprise Developer's Community