@@ -32,7 +32,7 @@ Cylc 8.1.0
32
32
33
33
TODO: fill in component versions
34
34
35
- Cylc Graph
35
+ Graph View
36
36
^^^^^^^^^^
37
37
38
38
The web UI now has a graph view which displays a visualisation of a workflow's graph:
@@ -43,11 +43,25 @@ The web UI now has a graph view which displays a visualisation of a workflow's g
43
43
Family & cycle grouping as well as the ability to view graphs for stopped workflows
44
44
will be added in later releases.
45
45
46
+
47
+ Log View
48
+ ^^^^^^^^
49
+
50
+ The web UI also now has a log view which displays workflow and job log files:
51
+
52
+ .. image :: changes/log-view-screenshot.png
53
+ :width: 80%
54
+
55
+ Support for viewing more log files, syntax highlighting, searching and line
56
+ numbers are planned for future releases.
57
+
58
+
46
59
Combined Commands
47
60
^^^^^^^^^^^^^^^^^
48
61
49
- A new command called ``cylc vip `` which validates, installs, then plays a workflow
50
- as a convenient alternative to typing:
62
+ Two new commands have been added as short-cuts for common working patterns:
63
+
64
+ ``cylc vip `` validates, installs, and plays a workflow, and is eqivelent to:
51
65
52
66
.. code-block :: bash
53
67
@@ -58,6 +72,18 @@ as a convenient alternative to typing:
58
72
.. image :: changes/cylc-vip.gif
59
73
:width: 80%
60
74
75
+ ``cylc vr `` which validates and reinstalls a workflow, then either:
76
+ - reloads the workflow if it is running.
77
+ - restarts the workflow if it is stopped.
78
+
79
+ For more information see the command line help:
80
+
81
+ .. code-block :: bash
82
+
83
+ cylc vip --help
84
+ cylc vr --help
85
+
86
+
61
87
Bash Completion
62
88
^^^^^^^^^^^^^^^
63
89
0 commit comments