You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature! i'd like it if pipeline commands, like heroku ci, could infer the pipeline from the git config instead of asking me to provide --app or --pipeline flags. similar to how commands like heroku config do not require you to provide an --app or ---remote flag if the git heroku remote is set up.
What is the current behavior?
given you've run the following:
heroku git:remote -a example-app-staging --remote staging
heroku git:remote -a example-app-production --remote production
git config heroku.remote staging
Do you want to request a feature or report a bug?
feature! i'd like it if pipeline commands, like
heroku ci
, could infer the pipeline from the git config instead of asking me to provide--app
or--pipeline
flags. similar to how commands likeheroku config
do not require you to provide an--app
or---remote
flag if the git heroku remote is set up.What is the current behavior?
given you've run the following:
your .git/config will have this:
ci/pipeline commands return an error asking for flags
What is the expected behavior?
with a heroku git remote setup:
outputs the last CI run for the pipeline coupled to the heroku git remote.
#1251 is similar!
The text was updated successfully, but these errors were encountered: