Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2026-08-20
modDate: 2026-08-25
title: octopus release deploy
description: Deploy releases
navOrder: 123
Expand All @@ -26,6 +26,7 @@ Flags:
--update-variables Overwrite the release variable snapshot by re-importing variables from the project.
--skip stringArray Exclude specific steps from the deployment
--guided-failure string Enable Guided failure mode (true/false/default)
--priority string Jump the task queue ahead of other queued tasks (true/false/default). Requires the Priority Tasks feature, and the TaskPrioritize permission to set true.
--force-package-download Force re-download of packages
--deployment-target stringArray Deploy to this target (can be specified multiple times)
--exclude-deployment-target stringArray Deploy to targets except for this (can be specified multiple times)
Expand Down
3 changes: 2 additions & 1 deletion src/pages/docs/octopus-rest-api/cli/octopus-runbook-run.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2026-08-20
modDate: 2026-08-25
title: octopus runbook run
description: Run runbooks in Octopus Deploy
navOrder: 131
Expand All @@ -27,6 +27,7 @@ Flags:
--snapshot string Name or ID of the snapshot to run. If not supplied, the command will attempt to use the published snapshot.
--skip stringArray Exclude specific steps from the runbook
--guided-failure string Enable Guided failure mode (true/false/default)
--priority string Jump the task queue ahead of other queued tasks (true/false/default). Requires the Priority Tasks feature. For runbook runs, 'default' is the same as 'false'.
--force-package-download Force re-download of packages
--run-target stringArray Run on this target (can be specified multiple times)
--exclude-run-target stringArray Run on targets except for this (can be specified multiple times)
Expand Down