Created
May 16, 2015 03:23
-
-
Save jdx/a930604487bfe7e22ead to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let p = heroku.apps().list() | |
.then(function (apps) { | |
return heroku.apps(apps[0].name).configVars().info(); | |
}); | |
cli.action("working", p); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment