We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cylc vr
1 parent 2c4aa6c commit 78c2f3cCopy full SHA for 78c2f3c
src/7-to-8/cheat-sheet.rst
@@ -53,15 +53,9 @@ Install a workflow from source and run it:
53
rose suite-run
54
- ::
55
56
- # install from $PWD
57
- cylc install
58
-
59
- # run the installed workflow
60
- cylc play <name>
61
62
- # alternatively:
63
# validate, install & play
64
cylc vip <name>
+ cylc vip # use $PWD
65
66
67
Reloading
@@ -87,11 +81,10 @@ To update a running workflow with changes from the source directory:
87
81
rose suite-run --reload
88
82
89
83
90
- # re-install from source
91
- cylc reinstall <name>
92
93
- # reload the worklow
94
- cylc reload <name>
84
+ # Validate against source;
85
+ # Reinstall;
86
+ # Reload or Play
+ cylc vr <name>
95
96
97
Pausing & Unpausing
0 commit comments