User Tools

Site Tools


command_line

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
command_line [2021/10/21 04:24] – [Features] dmitrycommand_line [2021/10/27 06:31] dmitry
Line 13: Line 13:
 ==== Installation and configuration ==== ==== Installation and configuration ====
 Download the utility from the [[https://easymorph.com/download/all-downloads.html|"All downloads"]] page and run it. The utility installer creates two executables: Download the utility from the [[https://easymorph.com/download/all-downloads.html|"All downloads"]] page and run it. The utility installer creates two executables:
-  * Morph.Cmd.exe - the command-line utility itself+  * morph-cmd.exe - the command-line utility itself
   * Morph.Cmd.Config.exe - the configurator tool with a GUI   * Morph.Cmd.Config.exe - the configurator tool with a GUI
  
Line 21: Line 21:
      
 Run project without parameters: Run project without parameters:
-  Morph.Cmd.exe myproject.morph+  morph-cmd.exe myproject.morph
      
 Project [[parameters]] can be defined from the command line as well. If a project parameter is not defined from the command line then it keeps its default value. If a parameter name or parameter value contains spaces then it must be wrapped in double quotes. Project [[parameters]] can be defined from the command line as well. If a project parameter is not defined from the command line then it keeps its default value. If a parameter name or parameter value contains spaces then it must be wrapped in double quotes.
  
 Run project with parameters: Run project with parameters:
-  Morph.Cmd.exe myproject.morph /param:Year=2015 /param:"File name"="C:\My Documents\input.csv"+  morph-cmd.exe myproject.morph /param:Year=2015 /param:"File name"="C:\My Documents\input.csv"
    
 Run project asynchronously without parameters: Run project asynchronously without parameters:
-  Morph.Cmd.exe /runasync myproject.morph+  morph-cmd.exe /runasync myproject.morph
  
 Generate documentation from the command line (the project is not run, only documentation is generated): Generate documentation from the command line (the project is not run, only documentation is generated):
-  Morph.Cmd.exe /document myproject.morph+  morph-cmd.exe /document myproject.morph
  
 ==== Logs ==== ==== Logs ====
Line 42: Line 42:
 The project log directory can be specified using option ''/projectLogPath'', for instance: The project log directory can be specified using option ''/projectLogPath'', for instance:
  
-  Morph.Cmd.exe myproject.morph /projectLogPath:"C:\logs\easymorph"+  morph-cmd.exe myproject.morph /projectLogPath:"C:\logs\easymorph"
      
 In this case, all project logs will be written into the specified directory. In this case, all project logs will be written into the specified directory.
command_line.txt · Last modified: 2022/10/05 17:48 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki