Skip to content

Commit 78c2f3c

Browse files
authored
Add cylc vr to cheatsheet (#585)
1 parent 2c4aa6c commit 78c2f3c

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

src/7-to-8/cheat-sheet.rst

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,9 @@ Install a workflow from source and run it:
5353
rose suite-run
5454
- ::
5555

56-
# install from $PWD
57-
cylc install
58-
59-
# run the installed workflow
60-
cylc play <name>
61-
62-
# alternatively:
6356
# validate, install & play
6457
cylc vip <name>
58+
cylc vip # use $PWD
6559

6660

6761
Reloading
@@ -87,11 +81,10 @@ To update a running workflow with changes from the source directory:
8781
rose suite-run --reload
8882
- ::
8983

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
87+
cylc vr <name>
9588

9689

9790
Pausing & Unpausing

0 commit comments

Comments
 (0)