ecs-cli configure --cluster short-name
trashes its config file when you shorten the name of the cluster
#177
Labels
On OSX, if you build from the latest master 8c73f54, the
ecs-cli configure
command trashes its own config file if you shorten the name of the cluster.To reproduce,
Then update it with a shorter cluster name
Notice the trash at the end of the config file. This happens because the file was opened and written to, but never truncated, so any extra stuff at the end of the file will remain as trash.
The text was updated successfully, but these errors were encountered: