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
Hello,
I am wondering if there is already a way to pass a list of clusters instead of only one.
It is possible with aws cli, not sure about the go sdk implementation. aws ecs describe-clusters --clusters cluster1 cluster2
I tried a bit but no luck for now.
The text was updated successfully, but these errors were encountered:
I ended up modifying the code to be able to pass list of cluster or a single one, or none and existing behaviour was preserved.
Should propose a PR with this change but if I remember well it introduce breaking change of the parameters (I think type at least)
Hello,
I am wondering if there is already a way to pass a list of clusters instead of only one.
It is possible with aws cli, not sure about the go sdk implementation.
aws ecs describe-clusters --clusters cluster1 cluster2
I tried a bit but no luck for now.
The text was updated successfully, but these errors were encountered: