Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

heroku/heroku-labs-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-labs

Use experimental features on your Heroku app

WARNING

The features added through labs are experimental and will change and eventually be removed without notice.

Installation

$ heroku plugins:install https://github.com/heroku/heroku-labs.git

Usage

View the available features

$ heroku labs --app myapp
=== App Features (myapp)
[+] flux_capacitor  # Add time travel capability

=== User Features (user@example.org)
[+] superpowers     # Adds flight and laser vision

View detailed information about a particular feature

$ heroku labs:info flux_capacitor
=== flux_capacitor
Summary: Add time travel capability
Docs:    http://devcenter.heroku.com/articles/flux_capacitor

Enable a feature for an app

$ heroku labs:enable flux_capacitor --app myapp
-----> Enabling flux_capacitor for myapp... done
WARNING: This feature is experimental and may change or be removed without notice.

Disable a feature for an app

$ heroku labs:disable flux_capacitor --app myapp
-----> Disabling flux_capacitor for myapp... done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages