Skip to content

Instantly share code, notes, and snippets.

@jdx
Created May 16, 2015 03:23
Show Gist options
  • Save jdx/a930604487bfe7e22ead to your computer and use it in GitHub Desktop.
Save jdx/a930604487bfe7e22ead to your computer and use it in GitHub Desktop.
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