Closed dsullivan7 closed 2 years ago
While I agree, I'd be very cautious about renaming an established parameter, especially since we can't necessarily notify those who may depend on it. In this instance a major change would be required, but the scope of the changes is actually relatively small -- so I suppose to only way to make this happen would be to loop it in with some other major changes to the orb to help justify the major release.
Describe Request:
In the
run-task
command, the parameter used to specify the cluster iscluster
, which matches the aws cli command parameter. However, inupdate-service
, the same parameter is calledcluster-name
. My request is that theupdate-service
command support acluster
parameter, for both consistency and to match the underlying aws api.