Skip to content

Commit 725e2c7

Browse files
Merge pull request #762 from cylc/8.3.x-sync
🤖 Merge 8.3.x-sync into master
2 parents 9e5c8f0 + 1fa74eb commit 725e2c7

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
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.

src/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Installing On Mac OS
117117
--------------------
118118

119119
.. _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
121121

122122
Cylc requires some extra packages to function on Mac OS. We recommend
123123
installing them using the `Homebrew`_ package manager:

0 commit comments

Comments
 (0)