Commit c2cbd31b authored by Paulo Luis Franchini Casaretto's avatar Paulo Luis Franchini Casaretto
Browse files

Add the heroku --remote switch

This remote selects the app based on your current repo remotes
For example heroku logs --remote staging
More info at https://devcenter.heroku.com/articles/using-the-cli
parent c2ae9e09
......@@ -154,5 +154,6 @@ case "$words[1]" in
_arguments \
$_command_args \
'(--app)--app[the app name]' \
'(--remote)--remote[the remote name]' \
&& return 0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment