Versions Compared

Key

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

The CLI command get can be used to show the definition that is loaded in the server.
Get all suite node trees from the server and write to standard out.

Code Block
ecflow_client--get


This gets the suite "s1" from the server, and writes to standard out. In both of the examples the output is fully parse-able

Code Block
ecflow_client --get=/s1


To write the node tree state to standard output please use group option, i.e.

Code Block
ecflow_client --get_state

...


ecflow_client--get_state= /s1


This output from 'show state' is not parse-able