Skip to content

Tags: akmhmgc/swo-cli

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix closing http response body (solarwinds#8)

* http response body was never closed because it was called inside for loop

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
NH-85016 Add dependabot, CodeQL, goreleaser (solarwinds#5)

* Add dependabot, CodeQL, goreleaser
* Fix versions

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate to github.com/urfave/cli (solarwinds#4)

* Add standard go ignore from GitHub's recommended Go git ignores.
* Add swo binary to git ignores.
* Add .ddea to git ignores.
* Default min-time to 1 hour ago in swo logs
* Bump version, update README

Use github.com/urfave/cli to build app

Instead of using the custom command-line framework that was built,
replace it with github.com/urfave/cli. Remove tests for flag and
option parsing, and focus tests on option initialization. Refactor
the main function into cmd/swo. Rename the command line ap to swo.
Update the README.md to reflect these changes.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
swo-cli v1.0.0 (solarwinds#3)

v1.0.0 of the swo-cli