Created
January 10, 2015 01:39
-
-
Save jbayer/4c45a10fe1cd610a5140 to your computer and use it in GitHub Desktop.
heroku help apps
This file contains hidden or 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 help apps | |
Usage: heroku apps | |
list your apps | |
-o, --org ORG # the org to list the apps for | |
-A, --all # list all apps in the org. Not just joined apps | |
-p, --personal # list apps in personal account when a default org is set | |
Example: | |
$ heroku apps | |
=== My Apps | |
example | |
example2 | |
=== Collaborated Apps | |
theirapp [email protected] | |
Additional commands, type "heroku help COMMAND" for more details: | |
apps:create [NAME] # create a new app | |
apps:destroy --app APP # permanently destroy an app | |
apps:info # show detailed app information | |
apps:join --app APP # add yourself to an organization app | |
apps:leave --app APP # remove yourself from an organization app | |
apps:lock --app APP # lock an organization app to restrict access | |
apps:open --app APP # open the app in a web browser | |
apps:rename NEWNAME --app APP # rename the app | |
apps:unlock --app APP # unlock an organization app so that any org member can join it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment