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

Allow for plugins and config using an init hook #47

Closed
frankcarey opened this issue Dec 26, 2016 · 1 comment
Closed

Allow for plugins and config using an init hook #47

frankcarey opened this issue Dec 26, 2016 · 1 comment

Comments

@frankcarey
Copy link
Contributor

frankcarey commented Dec 26, 2016

Right now, bash -c <my cmd script> is run for each command. It would be useful to have either a more complex or at least alternative to using bash.

Examples:

  • Allow for a "config" file where all the environment variables are loaded into your environment before any commands are run.
  • Add the ability to add in plugins/middleware, say for docker.
  • Be able to run commands where the bash shell is not available.
frankcarey pushed a commit that referenced this issue Jan 22, 2017
frankcarey pushed a commit that referenced this issue Jan 22, 2017
… move from {{args}} to $@. (docs folder NOT done).
frankcarey pushed a commit that referenced this issue Jan 22, 2017
@frankcarey
Copy link
Contributor Author

This now works and has some tests. I've been testing this out locally as well for a few projects and things seem to be working well too.

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

No branches or pull requests

1 participant