heroku pipelines:setup [name] [repo]
Bootstrap a new pipeline with common settings and create a production and staging app (requires a fully formed app.json in the repo)
Arguments
Name | Description |
---|---|
name | Name of pipeline |
repo | A GitHub repository to connect the pipeline to |
Options
Name | Description |
---|---|
-t, --team <team> | The team to assign pipeline ownership to (defaults to current user) |
-y, --yes | Accept all default settings without prompting |