Idea
Similar to git config, Tsuru could have a tsuru config command where we can apply configurations to the client.yaml file.
By extension, this could potentially allow an user to personalize their shorhand/aliases.
git config alias "app deploy" "deploy"
would make it so that the app deploy command would have a personalized alias as deploy.