Skip to content

Commit

Permalink
Deploy-release.md: revert accidental change to CLI output (#2597)
Browse files Browse the repository at this point in the history
  • Loading branch information
flin-8 authored Dec 17, 2024
1 parent cfb918d commit d568f80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions dictionary-octopus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ tfvar
tfvars
TFVC
thepassword
timespan
tlsv1
tmpfs
Toolsets
Expand Down
6 changes: 3 additions & 3 deletions src/pages/docs/octopus-rest-api/octopus-cli/deploy-release.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 --
Expand All @@ -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.
Expand Down

0 comments on commit d568f80

Please sign in to comment.