I have a list of pipelines called for example : test-run-First test-run-Me test-run-djfhd test-run-jhfkjdh ...
I would like to destroy these pipelines, how can I apply :
fly -t test destroy-pipeline -p "all pipelines starting with test-run-*"
?
Thanks