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.
2 parents 59c9f41 + fe345e7 commit 6c6ba55Copy full SHA for 6c6ba55
src/7-to-8/cheat-sheet.rst
@@ -308,3 +308,38 @@ Run a :ref:`rose:Rose Stem` test suite.
308
309
# start
310
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
338
339
340
341
342
343
344
+ cylc insert
345
+ - Tasks are inserted automatically when you "trigger" or "set" them.
0 commit comments