Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


We can get the list of all the available commands.
Most users of ecFlow will be happy to use ecflowviewGUI, but some things cannot be done using ecflowviewGUI. Note also that most of the commands that you execute using ecflowview GUI are actually CLI commands and that you can execute CLI commands in ecflowview's collector window.
CLI is command line based, which means it reads your commands a line at the time.


The very first argument to 'ecflow_client' must begin with '–'

Code Block
ecflow_client --load=/my/home/fred.def

...

.def
ecflow_client --load=/my/home/exotic.def            # will error if suites of same name exists
ecflow_client --load=/my/home/exotic.def force      # overwrite suite's of same name in the server
ecflow_client --load=/my/home/exotic.def check_only # Just check, don't send to server
ecflow_client --load=/my/home/exotic.def stats      # Show defs statistics, don't send to server
ecflow_client --load=host1.3141.check               # Load checkpoint file to the server
ecflow_client --load=host1.3141.check print         # print definition to standard out in defs format