Skip to content

Commit

Permalink
updated 'run' documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
webzakimbo committed Jan 20, 2023
1 parent 3a63a2a commit 475d26e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/notable/run.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
.. meta::
:description lang=en: Bcome usage: Using run to execute a command or commands across single or multiple servers
:description lang=en: Bcome usage: Using run to execute a command or commands across single or multiple servers and containers

.. include:: ../urls.rst

***
Run
***

The 'run' command allows you to execute commands on your servers over SSH. You can target either individual, or groups of servers (where you execute the same command on multiple machines in parallel).
The 'run' command allows you to execute commands on your servers (over SSH), or on your Kubernetes containers (transparently, via Kubectl). You can target either individual, or groups of servers/containers where the same command is executed in parallel on all machines in your selection.

.. hint::

When in console mode you can use the in-built ``workon`` command to modify the scope of your selection. See :doc:`../usage/command-menu` or enter ``menu`` when in console mode for more information on how to use ``workon``.

Run may be invoked with the ``run`` command on any node. See :doc:`../usage/executing-commands`.

Expand Down

0 comments on commit 475d26e

Please sign in to comment.