diff --git a/src/pages/docs/octopus-rest-api/cli/octopus-release-deploy.mdx b/src/pages/docs/octopus-rest-api/cli/octopus-release-deploy.mdx index b6f7af49bc..b4ee6addac 100644 --- a/src/pages/docs/octopus-rest-api/cli/octopus-release-deploy.mdx +++ b/src/pages/docs/octopus-rest-api/cli/octopus-release-deploy.mdx @@ -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 @@ -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) diff --git a/src/pages/docs/octopus-rest-api/cli/octopus-runbook-run.mdx b/src/pages/docs/octopus-rest-api/cli/octopus-runbook-run.mdx index 89b8537c49..ab6a004400 100644 --- a/src/pages/docs/octopus-rest-api/cli/octopus-runbook-run.mdx +++ b/src/pages/docs/octopus-rest-api/cli/octopus-runbook-run.mdx @@ -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 @@ -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)