disables an app feature
heroku features
heroku features:disable FEATURE
heroku features:enable FEATURE
heroku features:info FEATURE
list available app features
USAGE
$ heroku features
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--json output in json format
disables an app feature
USAGE
$ heroku features:disable FEATURE
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
enables an app feature
USAGE
$ heroku features:enable FEATURE
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
display information about a feature
USAGE
$ heroku features:info FEATURE
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--json output in json format