Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 966 Bytes

octopus-task-wait.mdx

File metadata and controls

41 lines (29 loc) · 966 Bytes
layout pubDate modDate title description navOrder
src/layouts/Default.astro
2023-01-01
2024-02-01
octopus task wait
Wait for task(s) to finish
109

import SamplesInstance from 'src/shared-content/samples/samples-instance.include.md';

Wait for a provided list of task(s) to finish

Usage:
  octopus task wait [TaskIDs] [flags]

Flags:
      --timeout int   Duration to wait (in seconds) before stopping execution (default 600)


Global Flags:
  -h, --help                   Show help for a command
      --no-prompt              Disable prompting in interactive mode
  -f, --output-format string   Specify the output format for a command ("json", "table", or "basic") (default "table")
  -s, --space string           Specify the space for operations

Examples

$ octopus task wait

Learn more