Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 1.42 KB

labs.md

File metadata and controls

77 lines (51 loc) · 1.42 KB

heroku labs

add/remove experimental features

heroku labs

list experimental features

list experimental features


USAGE
  $ heroku labs

OPTIONS
  -a, --app=app        app to run command against
  -r, --remote=remote  git remote of app to use
  --json               display as json

heroku labs:disable [FEATURE]

disables an experimental feature

disables an experimental feature

USAGE
  $ heroku labs:disable [FEATURE]

OPTIONS
  -a, --app=app        app to run command against
  -r, --remote=remote  git remote of app to use
  --confirm=confirm

See code: @heroku-cli/plugin-auth

heroku labs:enable FEATURE

enables an experimental feature

enables an experimental feature


USAGE
  $ heroku labs:enable FEATURE

OPTIONS
  -a, --app=app        app to run command against
  -r, --remote=remote  git remote of app to use

heroku labs:info FEATURE

show feature info

show feature info


USAGE
  $ heroku labs:info FEATURE

OPTIONS
  -a, --app=app        app to run command against
  -r, --remote=remote  git remote of app to use
  --json               display as json