From 2b01f5a6b0cdf95ab4378d76e5c17872dff2fd3d Mon Sep 17 00:00:00 2001 From: Nicolas Lemoine Date: Fri, 15 Nov 2024 11:30:58 +0100 Subject: [PATCH] Add a link to the dedicated remote commands documentation inside the SSH section --- config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.md b/config.md index 63636ac8..8f13e931 100644 --- a/config.md +++ b/config.md @@ -339,6 +339,8 @@ The SSH connection type also supports two advanced connection configuration opti * `proxyjump` - Specifies a jumpbox connection string, which is passed to `ssh -J` * `key` - Specifies the key (identify file) to use, which is passed to `ssh -i` +See the documentation about [running WP-CLI commands remotely](https://make.wordpress.org/cli/handbook/guides/running-commands-remotely/) for more information. + ## Context configuration In WP-CLI v2.6.0, a new global flag `--context=` was added which allows users to select the WordPress context in which WP-CLI is supposed to execute its command(s).