Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 1.59 KB

labs.md

File metadata and controls

78 lines (55 loc) · 1.59 KB

heroku labs

add/remove experimental features

heroku labs

list experimental features

USAGE
  $ heroku labs [--json] [-a <value>] [-r <value>]

FLAGS
  -a, --app=<value>     app to run command against
  -r, --remote=<value>  git remote of app to use
  --json                display as json

DESCRIPTION
  list experimental features

heroku labs:disable FEATURE

disables an experimental feature

USAGE
  $ heroku labs:disable FEATURE [-a <value>] [-r <value>] [--confirm <value>]

FLAGS
  -a, --app=<value>     app to run command against
  -r, --remote=<value>  git remote of app to use
  --confirm=<value>

DESCRIPTION
  disables an experimental feature

See code: src/commands/labs/disable.ts

heroku labs:enable FEATURE

enables an experimental feature

USAGE
  $ heroku labs:enable FEATURE [-a <value>] [-r <value>]

FLAGS
  -a, --app=<value>     app to run command against
  -r, --remote=<value>  git remote of app to use

DESCRIPTION
  enables an experimental feature

heroku labs:info FEATURE

show feature info

USAGE
  $ heroku labs:info FEATURE [--json] [-a <value>] [-r <value>]

FLAGS
  -a, --app=<value>     app to run command against
  -r, --remote=<value>  git remote of app to use
  --json                display as json

DESCRIPTION
  show feature info