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

Accept files through stdin #79

Closed
jbouter opened this issue Oct 25, 2019 · 1 comment · Fixed by #91
Closed

Accept files through stdin #79

jbouter opened this issue Oct 25, 2019 · 1 comment · Fixed by #91
Labels
Type: Enhancement New feature or request

Comments

@jbouter
Copy link
Member

jbouter commented Oct 25, 2019

Since #77 has been merged, we have a Dockerfile ready to be built and deployed to Docker Hub. However, not in all CI cases a repository is made available inside the running container. Thus, it would be nice to allow reading files through stdin.

Example:

salt-lint < file.sls

Docker example:

docker run --rm -i warpnet/salt-lint < file.sls
@atezet
Copy link
Contributor

atezet commented Oct 30, 2019

This would also simplify the implementation of SublimeLinter-salt-lint even more!

This was referenced Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants