You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run octopus task wait it consistently prints out and clears the line. This is not what I would expect with --no-prompt. It should run, output new information as it gets it, and return 0 when completed.
Command to reproduce
octopus task wait$taskId --no-prompt -f basic -s $OCTOPUS_SPACE&# outputs, then repeatedly clears the active line
Outcome
The terminal becomes unusable with this task backgrounded due to the manual clearing. It should not ever clear if --no-prompt is selected as I'm explicitly not seeking an interactive experience, I just want the output and the command to end when there is a result.
Versions
cli: latest
Octopus Server: all
The text was updated successfully, but these errors were encountered:
The bug
When I run octopus task wait it consistently prints out and clears the line. This is not what I would expect with --no-prompt. It should run, output new information as it gets it, and return 0 when completed.
Command to reproduce
Outcome
The terminal becomes unusable with this task backgrounded due to the manual clearing. It should not ever clear if --no-prompt is selected as I'm explicitly not seeking an interactive experience, I just want the output and the command to end when there is a result.
Versions
cli: latest
Octopus Server: all
The text was updated successfully, but these errors were encountered: