From b62d783fcb3e46566bf2397964ea1e25bfc90687 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 11 Sep 2024 11:08:29 +0100 Subject: [PATCH 1/2] 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/2] 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: