I am getting below error while unpause all our concourse pipelines using this below command.
Command: fly -t ci unpause-pipeline -a
unpaused 'pipeline-1'
unpaused 'pipeline-2'
unpaused 'pipeline-3'
unpaused 'pipeline-4'
unpaused 'pipeline-5'
error: Unexpected Response
Status: 409 Conflict
Body:
action not allowed for an archived pipeline
Is there a way to select only unarchived pipelines and unpause OR skip archived pipelines during this process.