Created
December 6, 2016 20:24
-
-
Save evandandrea/eac22640d9e252e7d7d7a0a2105347db to your computer and use it in GitHub Desktop.
heroku
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
name: heroku | |
summary: Heroku client | |
description: Heroku client | |
version: "3.43.15" | |
confinement: strict | |
grade: stable | |
apps: | |
heroku: | |
command: heroku | |
plugs: [network] | |
parts: | |
heroku: | |
plugin: dump | |
source: https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client.tgz | |
ruby: | |
plugin: dump | |
source: https://rvm.io/binaries/ubuntu/16.04/x86_64/ruby-2.3.3.tar.bz2 | |
snap: | |
- bin/* | |
- lib/* |
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
$ heroku | |
heroku-cli: Installing CLI... 23.1MB/23.1MB | |
Enter your Heroku credentials. | |
Email: [email protected] | |
Password (typing will be hidden): | |
Logged in as [email protected] | |
▸ Add apps to this dashboard by favoriting them with heroku apps:favorites:add | |
See all add-ons with heroku addons | |
See all apps with heroku apps --all | |
See other CLI commands with heroku help | |
$ heroku apps | |
=== [email protected] Apps | |
ols-lp-slack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment