From b62d783fcb3e46566bf2397964ea1e25bfc90687 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 11 Sep 2024 11:08:29 +0100 Subject: [PATCH 1/3] 728: add set and insert entries to the cheat sheet --- src/7-to-8/cheat-sheet.rst | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/7-to-8/cheat-sheet.rst b/src/7-to-8/cheat-sheet.rst index 8484afca68..efdbcf1a4e 100644 --- a/src/7-to-8/cheat-sheet.rst +++ b/src/7-to-8/cheat-sheet.rst @@ -308,3 +308,38 @@ Run a :ref:`rose:Rose Stem` test suite. # start cylc play + + +Interventions +------------- + +.. note:: + + See the :ref:`user-guide.interventions` section for more details. + +Set task outputs: + +.. list-table:: + :class: grid-table + + * - **Cylc 7** + - **Cylc 8** + * - :: + + cylc reset -s=succeeded + - :: + + cylc set --out=succeeded`` + + +Insert a task: + +.. list-table:: + :class: grid-table + + * - **Cylc 7** + - **Cylc 8** + * - :: + + cylc insert + - Tasks are inserted automatically when you "trigger" or "set" them. From fe345e789fc1b80c751d9d20384ecd9b9f431503 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 11 Sep 2024 14:49:18 +0100 Subject: [PATCH 2/3] Update src/7-to-8/cheat-sheet.rst Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> --- src/7-to-8/cheat-sheet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/7-to-8/cheat-sheet.rst b/src/7-to-8/cheat-sheet.rst index efdbcf1a4e..fa121afeb7 100644 --- a/src/7-to-8/cheat-sheet.rst +++ b/src/7-to-8/cheat-sheet.rst @@ -329,7 +329,7 @@ Set task outputs: cylc reset -s=succeeded - :: - cylc set --out=succeeded`` + cylc set --out=succeeded Insert a task: From ae3e957a597c7c07647369baed71570533523b80 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 11 Sep 2024 15:08:12 +0100 Subject: [PATCH 3/3] fix broken link --- src/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation.rst b/src/installation.rst index 22f5b0243b..0b72501bf9 100644 --- a/src/installation.rst +++ b/src/installation.rst @@ -117,7 +117,7 @@ Installing On Mac OS -------------------- .. _Homebrew: https://formulae.brew.sh/ -.. _atrun: https://www.unix.com/man-page/FreeBSD/8/atrun/ +.. _atrun: https://man.freebsd.org/cgi/man.cgi?query=atrun&sektion=8&format=html Cylc requires some extra packages to function on Mac OS. We recommend installing them using the `Homebrew`_ package manager: