From d568f80f8bb2ef84c17809eaa97b88aee1333bf1 Mon Sep 17 00:00:00 2001 From: Frank Lin Date: Tue, 17 Dec 2024 18:40:30 +1000 Subject: [PATCH] Deploy-release.md: revert accidental change to CLI output (#2597) --- dictionary-octopus.txt | 1 + .../docs/octopus-rest-api/octopus-cli/deploy-release.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dictionary-octopus.txt b/dictionary-octopus.txt index a26c492ff3..24eed697f2 100644 --- a/dictionary-octopus.txt +++ b/dictionary-octopus.txt @@ -418,6 +418,7 @@ tfvar tfvars TFVC thepassword +timespan tlsv1 tmpfs Toolsets diff --git a/src/pages/docs/octopus-rest-api/octopus-cli/deploy-release.md b/src/pages/docs/octopus-rest-api/octopus-cli/deploy-release.md index 768f098f94..228ff18fa7 100644 --- a/src/pages/docs/octopus-rest-api/octopus-cli/deploy-release.md +++ b/src/pages/docs/octopus-rest-api/octopus-cli/deploy-release.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2023-01-01 -modDate: 2024-06-25 +modDate: 2024-12-16 title: Deploy release description: Using the Octopus CLI to deploy releases. navOrder: 100 @@ -24,7 +24,7 @@ Deployment: --waitForDeployment [Optional] Whether to wait synchronously for deployment to finish. --deploymentTimeout=VALUE - [Optional] Specifies maximum time (time span + [Optional] Specifies maximum time (timespan format) that the console session will wait for the deployment to finish(default 00:10:00). This will not stop the deployment. Requires -- @@ -33,7 +33,7 @@ Deployment: the deployment timeout is reached (flag, default false). --deploymentCheckSleepCycle=VALUE - [Optional] Specifies how much time (time span + [Optional] Specifies how much time (timespan format) should elapse between deployment status checks (default 00:00:10). --guidedFailure=VALUE [Optional] Whether to use guided failure mode.