Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI to support packaged/namespaced commands e.g. app:create, app:delete #4

Open
leggetter opened this issue Sep 24, 2013 · 0 comments

Comments

@leggetter
Copy link
Contributor

I like the Heroku toolbelt CLI usage.

heroku help

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
dchambers added a commit that referenced this issue Oct 10, 2014
…anges from ef03c26..cd2da00

cd2da00 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
dchambers added a commit that referenced this issue Apr 7, 2015
…etection

Better circular dependency detection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants