Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.3 KB

labs.md

File metadata and controls

66 lines (47 loc) · 1.3 KB

heroku labs

add/remove experimental features

heroku labs

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

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

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

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