Commerce Cloud includes the Design Code Utility, a command-line tool that allows you to integrate Commerce Cloud with the IDE or code editor of your choice. This tool allows you to grab all of the user modifiable source code from a Commerce Cloud server, edit it as necessary in your chosen tool, and then upload it back to the server. The utility also makes it possible to transfer content between Commerce Cloud server instances. The Design Code Utility supports four main operations:
--grabtakes a copy of all available user modifiable source code from the specified Commerce Cloud server and creates a directory tree on the local disk for it that resembles the structure you see in Code View.--putsends the contents of a single file back to the specified Commerce Cloud server.--putAllsends all the files underneath a named directory back to the specified Commerce Cloud server.--transferAllenables the transfer of content between Commerce Cloud server instances.

