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

The run (sub)command(s): apps:run vs plushu-run #3

Open
stuartpb opened this issue Jul 30, 2014 · 2 comments
Open

The run (sub)command(s): apps:run vs plushu-run #3

stuartpb opened this issue Jul 30, 2014 · 2 comments

Comments

@stuartpb
Copy link
Member

Heroku's run docs:

Usage: heroku run COMMAND

 run an attached dyno

 -s, --size SIZE      # specify dyno size

Example:

 $ heroku run bash
 Running `bash` attached to terminal... up, run.1
 ~ $

Additional commands, type "heroku help COMMAND" for more details:

  run:console [COMMAND]  #  open a remote console session
  run:detached COMMAND   #  run a detached dyno, where output is sent to your logs
  run:rake COMMAND       #  WARNING: `heroku run:rake` has been deprecated. Please use `heroku run rake` instead."

So, of these, we can do run and run:console, the distinction between which I'm not exactly clear.

@stuartpb
Copy link
Member Author

stuartpb commented Aug 8, 2014

This should probably be a separate run plugin to match heroku and dokku (although I do hate this incredibly niche command getting such a generic large name).

@stuartpb stuartpb changed the title apps:run The run (sub)command(s): apps:run vs plushu-run Aug 8, 2014
@stuartpb stuartpb changed the title The run (sub)command(s): apps:run vs plushu-run apps:run Aug 8, 2014
@stuartpb stuartpb changed the title apps:run The run (sub)command(s): apps:run vs plushu-run Aug 8, 2014
@stuartpb
Copy link
Member Author

On further investigation, run:console is a Bamboo-era command that has since been removed, although its documentation hasn't. So basically just run. (run:detached could maybe be implemented too: might need a better logging solution first.)

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

1 participant