manage reviewapps in pipelines
disable review apps and/or settings on an existing pipeline
USAGE
$ heroku reviewapps:disable
OPTIONS
-a, --app=app parent app used by review apps
-p, --pipeline=pipeline (required) name of pipeline
-r, --remote=remote git remote of app to use
--autodeploy disable autodeployments
--autodestroy disable automatically destroying review apps
--beta use Review Apps 2.0 Beta
EXAMPLE
$ heroku reviewapps:disable -p my-pipeline -a my-app --autodeploy
See code: @heroku-cli/plugin-pipelines
enable review apps and/or settings on an existing pipeline
USAGE
$ heroku reviewapps:enable
OPTIONS
-a, --app=app parent app used by review apps
-p, --pipeline=pipeline (required) name of pipeline
-r, --remote=remote git remote of app to use
--autodeploy autodeploy the review app
--autodestroy autodestroy the review app
--beta use Review Apps 2.0 Beta
EXAMPLE
$ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy
See code: @heroku-cli/plugin-pipelines