Skip to content

Commit b507adc

Browse files
authored
Added a description of VR to compound commands page (#619)
1 parent 8cf5e02 commit b507adc

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/dictionaries/words

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dataset
2222
datasets
2323
datetime
2424
datetimes
25+
deprecations
2526
dev
2627
dict
2728
diff

src/user-guide/compound-commands.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,22 @@ Compound commands make common ways of working easier.
2626
$ cylc install /home/me/cylc-src/my-workflow
2727
INSTALLED my-workflow/run1 from /home/me/cylc-src/my-workflow
2828
$ cylc play my-workflow
29+
30+
``cylc vr`` (Validate, Reinstall and Reload or Play)
31+
----------------------------------------------------
32+
33+
``cylc vr my-workflow`` is the same as running:
34+
35+
.. code-block:: bash
36+
37+
# Check that the changes you want to
38+
# make will be valid after installation:
39+
$ cylc validate my-workflow --against-source
40+
$ cylc reinstall my-workflow
41+
42+
# If workflow is running:
43+
$ cylc reload my-workflow
44+
45+
# If workflow is stopped:
46+
$ cylc play my-workflow
47+

0 commit comments

Comments
 (0)