Skip to content

Commit 6b99b73

Browse files
changelog: add entries for cylc vr and the log view
1 parent 3a6c944 commit 6b99b73

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

src/reference/changes.rst

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Cylc 8.1.0
3232
3333
TODO: fill in component versions
3434
35-
Cylc Graph
35+
Graph View
3636
^^^^^^^^^^
3737

3838
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
4343
Family & cycle grouping as well as the ability to view graphs for stopped workflows
4444
will be added in later releases.
4545

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+
4659
Combined Commands
4760
^^^^^^^^^^^^^^^^^
4861

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:
5165

5266
.. code-block:: bash
5367
@@ -58,6 +72,18 @@ as a convenient alternative to typing:
5872
.. image:: changes/cylc-vip.gif
5973
:width: 80%
6074

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+
6187
Bash Completion
6288
^^^^^^^^^^^^^^^
6389

262 KB
Loading

0 commit comments

Comments
 (0)