Adds a new command for renaming yourself on trunk
fixes https://github.com/CocoaPods/trunk.cocoapods.org/issues/155
Overall the idea of re-registering with a new name to overwrite doesn't really make sense. As discussed in https://github.com/CocoaPods/trunk.cocoapods.org/issues/155 I paired with @ashfurrow on adding a new command that allows you to just rename yourself.
Also, thanks @paynerc
Will it be confusing that the result of this rename operation is a new session that you need to verify? If there is a new command to do the renaming client side, should there also be a sessions/rename (or something similar) server side that just does a rename on an authenticated session? Or maybe a PUT on the session?
Him, yep, that is indeed totally illogical
Sigh, it will indeed need a new server route
Is any workaround to rename trunk name?