Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.39 KB

features.md

File metadata and controls

75 lines (49 loc) · 1.39 KB

heroku features

add/remove app features

heroku features

list available app features

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

heroku features:disable FEATURE

disables an app feature

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

heroku features:enable FEATURE

enables an app feature

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

heroku features:info FEATURE

display information about a feature

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