Versions Compared

Key

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

...

In ecflow 5, we can now add/remove variable with the standard child commands init and complete. If the variable of same name already exists, it is updated.


Code Block
languagebash
titleheah.h
......
ecflow_client --init=$$ --add "ECF_LOGHOST=%HOST%" "ECF_LOGPORT=9316"


The removing is optional.

Code Block
languagebash
titletail.h
....
ecflow_client --complete --remove ECF_LOGHOST ECF_LOGPORT

...