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 new scripts to be added from stdin with the add command #48

Open
Plommonsorbet opened this issue Mar 27, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Plommonsorbet
Copy link
Member

This option would make migrating existing shell scripts to pier a lot easier!

Example usage

echo 'for i in {1..10}; do echo $i; done' | pier add -a count_to_ten

Perhaps in the future we could add a json input option as well where you dump the whole script struct into stdin. :)

@Plommonsorbet Plommonsorbet changed the title Allow new scripts to be added from stdiin with the add command Allow new scripts to be added from stdin with the add command Mar 29, 2020
@Plommonsorbet Plommonsorbet added the enhancement New feature or request label Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant