Skip to content

Commit

Permalink
Merge pull request #762 from cylc/8.3.x-sync
Browse files Browse the repository at this point in the history
🤖 Merge 8.3.x-sync into master
  • Loading branch information
oliver-sanders authored Sep 18, 2024
2 parents 9e5c8f0 + 1fa74eb commit 725e2c7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
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.
2 changes: 1 addition & 1 deletion src/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 725e2c7

Please sign in to comment.