github.com/informationsea/shellflow@v0.1.3/docs/source/command.rst (about)

     1  Command line options
     2  ====================
     3  
     4  run
     5  ---
     6  
     7  ``run`` command runs a workflow.
     8  
     9  Options of ``run``
    10  ~~~~~~~~~~~~~~~~~~
    11  
    12  -  ``-dry-run``
    13  
    14     -  Print jobs to run without execute. When this option selected, only
    15        updated commands are printed.
    16  
    17  -  ``-param PARAM_FILE``
    18  
    19     -  a parameter file
    20  
    21  -  ``-script-only``
    22  
    23     -  Only for debug
    24  
    25  -  ``-sge``
    26  
    27     -  Run with Sun/Univa Grid Engine
    28  
    29  -  ``-skip-sha``
    30  
    31     -  Skip calculate SHA256 (not recommended)
    32  
    33  -  ``-rerun``
    34  
    35     -  Rerun all commands even if no input or commands are changed
    36  
    37  dot
    38  ---
    39  
    40  ``dot`` command generates command dependecy graph to draw with ``dot``.
    41  
    42  Options of ``dot``
    43  ~~~~~~~~~~~~~~~~~~
    44  
    45  -  ``-param PARAM_FILE``
    46  
    47     -  a parameter file
    48  
    49  viewlog
    50  -------
    51  
    52  View workflow log.
    53  
    54  Options of ``viewlog``
    55  ~~~~~~~~~~~~~~~~~~~~~~
    56  
    57  -  ``-all``
    58  
    59     -  Show all log
    60  
    61  -  ``-failed``
    62  
    63     -  Show failed job only
    64  
    65  flowscript
    66  ----------
    67  
    68  REPL environment of flowscript.