Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
support ssh to hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jul 1, 2023
1 parent b80ff61 commit c8dcf0d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,21 @@ To use flook, follow the following steps:
$ flook host get <host_name>
13. To delete a host
13. To SSH into a host

.. code-block::
$ flook host ssh <host_name>
14. To delete a host

.. code-block::
$ flook host delete <host_name>
14. Run a recipe towards a host
15. Run a recipe towards a host

.. code-block::
Expand Down

0 comments on commit c8dcf0d

Please sign in to comment.