From 61a7bc18117ec9e24dcfef544ef908bb9a15f4d5 Mon Sep 17 00:00:00 2001 From: avalcepina Date: Wed, 1 Oct 2025 17:20:08 +0200 Subject: [PATCH] improving documentation around logging deployments this adds a note about the fact that when there are multiple environments or components you should specify which one you want to use --- docs/guides/modules/deploy/pages/configure-deploy-markers.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guides/modules/deploy/pages/configure-deploy-markers.adoc b/docs/guides/modules/deploy/pages/configure-deploy-markers.adoc index 39d2f5a1bb..a4ca65064e 100644 --- a/docs/guides/modules/deploy/pages/configure-deploy-markers.adoc +++ b/docs/guides/modules/deploy/pages/configure-deploy-markers.adoc @@ -284,6 +284,9 @@ jobs: ---- This command supports the same optional parameters as the `release plan` command, but does not require a `deploy-name`. + +WARNING: If you are deploying to multiple environments from a single workflow, you need to specify the target environment using the `--environment-name` flag. If you are deploying multiple components from a single workflow, you need to specify the component name using the `--component-name` flag. + You can see the command with all optional parameters in the following example: [,yml]