From 7b700dac71ec04bc9cf86ca8d6b35d3651068b04 Mon Sep 17 00:00:00 2001 From: nagarajuv Date: Mon, 24 Mar 2025 12:29:16 +0530 Subject: [PATCH] fixed typo --- .../cli-for-jfrog-artifactory/release-lifecycle-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/release-lifecycle-management.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/release-lifecycle-management.md index 0a1daed..5730abd 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/release-lifecycle-management.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/release-lifecycle-management.md @@ -159,7 +159,7 @@ This command allows promoting a Release Bundle to a target environment. | `--server-id` |

[Optional]
Platform Server ID configured using the 'jf config' command.

| | `--signing-key` |

[Mandatory]
The GPG/RSA key-pair name given in Artifactory.

| | `--sync` |

[Default: true]
Set to false to run asynchronously.

| -| `--promootion-type` |

[Default: copy]
Specifies the promotion type. (Valid values: move / copy) .

| +| `--promotion-type` |

[Default: copy]
Specifies the promotion type. (Valid values: move / copy) .

| ### Examples