We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documention doesn't show anything related to Windows OS. Is it supported on windows os or with subsystem on Linux?
The text was updated successfully, but these errors were encountered:
Hi @rajurh , you should be able to GO111MODULE=on go get github.com/norwoodj/helm-docs/cmd/helm-docs on windows if you have golang installed.
GO111MODULE=on go get github.com/norwoodj/helm-docs/cmd/helm-docs
golang
Another option would be to run it in docker docker run --rm -v "$(pwd):/helm-docs" jnorwood/helm-docs:latest.
docker run --rm -v "$(pwd):/helm-docs" jnorwood/helm-docs:latest
Sorry, something went wrong.
The GoReleaser file (https://github.com/norwoodj/helm-docs/blob/master/.goreleaser.yml) can be configured to create Windows exe files.
exe
Hey @rajurh looks like this is doable. Will try to make this happen if I ever get the time
Successfully merging a pull request may close this issue.
Documention doesn't show anything related to Windows OS. Is it supported on windows os or with subsystem on Linux?
The text was updated successfully, but these errors were encountered: