Skip to content

Commit 6c6ba55

Browse files
Merge pull request #760 from oliver-sanders/cheat-sheet++
728: add set and insert entries to the cheat sheet
2 parents 59c9f41 + fe345e7 commit 6c6ba55

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,38 @@ Run a :ref:`rose:Rose Stem` test suite.
308308

309309
# start
310310
cylc play <name>
311+
312+
313+
Interventions
314+
-------------
315+
316+
.. note::
317+
318+
See the :ref:`user-guide.interventions` section for more details.
319+
320+
Set task outputs:
321+
322+
.. list-table::
323+
:class: grid-table
324+
325+
* - **Cylc 7**
326+
- **Cylc 8**
327+
* - ::
328+
329+
cylc reset -s=succeeded
330+
- ::
331+
332+
cylc set --out=succeeded
333+
334+
335+
Insert a task:
336+
337+
.. list-table::
338+
:class: grid-table
339+
340+
* - **Cylc 7**
341+
- **Cylc 8**
342+
* - ::
343+
344+
cylc insert
345+
- Tasks are inserted automatically when you "trigger" or "set" them.

0 commit comments

Comments
 (0)