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

Chainy CLI #18

Open
balupton opened this issue Aug 24, 2014 · 0 comments
Open

Chainy CLI #18

balupton opened this issue Aug 24, 2014 · 0 comments

Comments

@balupton
Copy link
Member

One of the big reasons for why Chainy is awesome, it that it makes combining things easy.

It would be cool to do something like:

chainy action gitremotes | chainy action exec 'git push $0'

The advantage of this over noflo, is that we don't have to change our entire programming paradigm in order to support stdin. We just use conventions, then wrap them according to type.

However, for the above example, the following is suitable:

git remote | xargs -L1 git push

So I wonder if there is a better use case for this.

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