add/remove 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
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
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
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