You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heroku help
Usage: heroku COMMAND [--app APP] [command-specific-options]
Primary help topics, type "heroku help TOPIC" for more details:
addons # manage addon resources
apps # manage apps (create, destroy)
auth # authentication (login, logout)
config # manage app config vars
domains # manage custom domains
logs # display logs for an app
ps # manage dynos (dynos, workers)
releases # manage app releases
run # run one-off commands (console, rake)
sharing # manage collaborators on an app
Additional topics:
account # manage heroku account options
certs # manage ssl endpoints for an app
db # manage the database for an app
drains # display syslog drains for an app
fork # clone an existing app
git # manage git for apps
help # list commands and display help
keys # manage authentication keys
labs # manage optional features
maintenance # manage maintenance mode for an app
pg # manage heroku-postgresql databases
pgbackups # manage backups of heroku postgresql databases
plugins # manage plugins to the heroku gem
regions # list available regions
stack # manage the stack for an app
status # check status of heroku platform
update # update the heroku client
version # display version
heroku help apps
heroku help apps
Usage: heroku apps
list your apps
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 # permanently destroy an app
apps:info # show detailed app information
apps:open # open the app in a web browser
apps:rename NEWNAME # rename the app
The text was updated successfully, but these errors were encountered:
…anges from ef03c26..cd2da00cd2da00 Change try/finally to try/catch/finally to slightly improve the dev experience in IE8.
532bd21 Merge pull request #6 from bit-shifter/gh-pages
bdeda48 Merge pull request #5 from BladeRunnerJS/better-circular-dependency-detection
9d705f7 Added a Function.bind polyfill so the tests now also work in IE8.
95f046d adds additional spec tests for subrealm define|require interaction
6193263 'browser-modules' can now always handle mixed define-time/use-time circular references, regardless of whether the first node to be required has a define-time or use-time dependency. We do this by throwing an exception and backing out of the circle, but recording which nodes in the circle have use-time dependencies, so we can later require one of these nodes separately, before attempting the original require again.
0b46988 Merge pull request #4 from BladeRunnerJS/better-circular-dependency-detection
git-subtree-dir: brjs-sdk/workspace/sdk/libs/javascript/browser-modules
git-subtree-split: cd2da00
I like the Heroku toolbelt CLI usage.
heroku help
heroku help apps
The text was updated successfully, but these errors were encountered: