go-execute

Automate CLI commands with Go

MIT License

Stars
158
Committers
3

Bot releases are hidden (Show)

go-execute - Update to examples in the docs Latest Release

Published by alexellis about 1 year 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

go-execute - Enable use of DisableStdioBuffer and allow for spaces in command

Published by alexellis about 1 year 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

go-execute - Allow for spaces in command

Published by alexellis about 1 year ago

go-execute - V2 release

Published by alexellis about 1 year 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

go-execute - Add context aware V2 API

Published by alexellis over 1 year 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

go-execute - Release with v prefix for Go modules

Published by alexellis over 3 years ago

Changelog for v0.5.0:

Commits
528c0bba4494b36c7c7706b1d69ad145be88df99 Add go module by @alexellis

Generated by Derek

go-execute - Support adding an input for stdin

Published by alexellis almost 4 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

go-execute - Change priority of envs

Published by alexellis over 4 years ago

Changelog for 0.4.0:

  • PR #5 Update README.md by @gabeduke

Generated by Derek

go-execute - Add StreamStdio option

Published by alexellis almost 5 years ago

go-execute - Set exit-code when available

Published by alexellis almost 5 years ago

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

go-execute - Release a v1 package

Published by alexellis almost 5 years ago

Changelog:

  • Releases a v1 package so that a v2 package can be worked on with breaking changes.
go-execute - Print args

Published by alexellis almost 5 years ago

Print args for commands

go-execute - Initial version

Published by alexellis about 5 years ago