Go Execute Versions Save

Automate CLI commands with Go

v2.2.1

7 months ago

Changelog for v2.2.1:

Commits 5f0a7b666c99d9170c41d0c704a3cd9e7dbff971 Add "context" to examples by @alexellis

Changes: https://github.com/alexellis/go-execute/compare/v2.2.0...v2.2.1

Generated by Derek

v2.2.0

7 months ago

Changelog for v2.2.0:

  • PR #17 Allow for spaces in command by @alexellis

Commits 15c40fa18fa6630a84481872787cb9a6b1811126 Enable use of DisableStdioBuffer by @alexellis 3c8da2f00fad3f0028fca28b43cc40f5f6e359d1 Allow for spaces in command by @alexellis

Changes: https://github.com/alexellis/go-execute/compare/v2.0.0...v2.2.0

Generated by Derek

v2.1.0

7 months ago

v2.0.0

8 months ago

Changelog for v2.0.0:

  • PR #16 Move to v2 module and enable stream redirection by @alexellis

Commits fc7a3fd973dc4172846feacfcf151ef2207b862c Update examples and usage by @alexellis 3d3061b1082306e6e0a5fb8d948c1bb11f1f1d62 Move to v2 module and enable stream redirection by @alexellis

Changes: https://github.com/alexellis/go-execute/compare/v0.6.0...v2.0.0

Generated by Derek

v0.6.0

10 months ago

Changelog for v0.6.0:

  • PR #14 feat: Add context aware V2 API by @LucasRoesler

Commits e7b8802d8c07a7b25dc5874d0385bce037993c17 feat: Add context aware V2 API by @LucasRoesler e93ae65c07b303a1e10f6c679839ccd3fb4f50f4 Update README.md by @alexellis 415046ec37fe21ad50819f58a2b4eb7acdc899fa Update go.mod by @alexellis 02af333fe153341e90072ecbac250bde0ee378f0 Update README.md by @alexellis 84c7a1f35c5b9143553e52fd519884a43b46aa3d Update README.md by @alexellis

Changes: https://github.com/alexellis/go-execute/compare/v0.5.0...v0.6.0

Generated by Derek

v0.5.0

2 years ago

Changelog for v0.5.0:

Commits 528c0bba4494b36c7c7706b1d69ad145be88df99 Add go module by @alexellis

Generated by Derek

0.4.1

3 years ago

Changelog for 0.4.1:

  • PR #7 Support hooking in a reader for stdin by @alexellis

Commits 69a2cde04f4fc660e474af0f7c41324ed6d0a3cf Support hooking in a reader for stdin by @alexellis

Generated by Derek

0.4.0

4 years ago

Changelog for 0.4.0:

  • PR #5 Update README.md by @gabeduke

Generated by Derek

0.3.0

4 years ago

0.2.1

4 years ago

Sets exit-code when available. Error is only set if the exec failed.