File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -308,3 +308,38 @@ Run a :ref:`rose:Rose Stem` test suite.
308
308
309
309
# start
310
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
+ .. 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.
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Installing On Mac OS
117
117
--------------------
118
118
119
119
.. _Homebrew : https://formulae.brew.sh/
120
- .. _atrun : https://www.unix.com/man-page/FreeBSD/8/ atrun/
120
+ .. _atrun : https://man.freebsd.org/cgi/man.cgi?query= atrun&sektion=8&format=html
121
121
122
122
Cylc requires some extra packages to function on Mac OS. We recommend
123
123
installing them using the `Homebrew `_ package manager:
You can’t perform that action at this time.
0 commit comments