From b2053bcc408e4bb6518450c1b74d8c8ac8dfc35d Mon Sep 17 00:00:00 2001 From: wass3rw3rk <49894298+wass3rw3rk@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:24:22 -0600 Subject: [PATCH] enhance(local-exec): add more clarity around exec --- docs/reference/cli/pipeline/exec.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/cli/pipeline/exec.md b/docs/reference/cli/pipeline/exec.md index f1a6ea5..e6aeb08 100644 --- a/docs/reference/cli/pipeline/exec.md +++ b/docs/reference/cli/pipeline/exec.md @@ -5,6 +5,10 @@ description: > Learn how to execute a pipeline locally. --- +:::note +This command runs the pipeline locally on the machine where it is executed — it does not trigger a run on the remote Vela platform. +::: + ## Command ```