Skip to content

Commit

Permalink
Merge pull request #760 from oliver-sanders/cheat-sheet++
Browse files Browse the repository at this point in the history
728: add set and insert entries to the cheat sheet
  • Loading branch information
oliver-sanders authored Sep 17, 2024
2 parents 59c9f41 + fe345e7 commit 6c6ba55
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/7-to-8/cheat-sheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,38 @@ Run a :ref:`rose:Rose Stem` test suite.

# start
cylc play <name>


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.

0 comments on commit 6c6ba55

Please sign in to comment.