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.
Idea
Similar to
git config, Tsuru could have atsuru configcommand where we can apply configurations to theclient.yamlfile.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 deploycommand would have a personalized alias asdeploy.