File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ dataset
22
22
datasets
23
23
datetime
24
24
datetimes
25
+ deprecations
25
26
dev
26
27
dict
27
28
diff
Original file line number Diff line number Diff line change @@ -26,3 +26,22 @@ Compound commands make common ways of working easier.
26
26
$ cylc install /home/me/cylc-src/my-workflow
27
27
INSTALLED my-workflow/run1 from /home/me/cylc-src/my-workflow
28
28
$ 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
+
You can’t perform that action at this time.
0 commit comments