Skip to content

Commit 2c4aa6c

Browse files
authored
Merge pull request #587 from oliver-sanders/changes-2
changes: update vip/vr screen recording
2 parents a4a950d + e5bf626 commit 2c4aa6c

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

src/reference/changes.rst

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,22 @@ Combined Commands
7777

7878
Two new commands have been added as short-cuts for common working patterns:
7979

80-
``cylc vip`` validates, installs, and plays a workflow, and is equivalent to:
81-
82-
.. code-block:: bash
83-
84-
cylc validate <path>
85-
cylc install <path>
86-
cylc play <id>
87-
88-
.. image:: changes/cylc-vip.gif
89-
:width: 80%
90-
91-
``cylc vr`` which validates and reinstalls a workflow, then either:
92-
- reloads the workflow if it is running.
93-
- restarts the workflow if it is stopped.
80+
``cylc vip``
81+
Validate, install and plays a workflow, equivalent to:
82+
83+
.. code-block:: bash
84+
85+
cylc validate <path>
86+
cylc install <path>
87+
cylc play <id>
88+
89+
``cylc vr``
90+
Validate and reinstall a workflow, then either:
91+
- reload the workflow if it is running.
92+
- restart the workflow if it is stopped.
93+
94+
.. image:: changes/vip-vr.gif
95+
:width: 100%
9496

9597
For more information see the command line help:
9698

src/reference/changes/cylc-vip.gif

-368 KB
Binary file not shown.

src/reference/changes/vip-vr.gif

4.08 MB
Loading

0 commit comments

Comments
 (0)