Tags: akmhmgc/swo-cli
Tags
Fix closing http response body (solarwinds#8) * http response body was never closed because it was called inside for loop
NH-85016 Add dependabot, CodeQL, goreleaser (solarwinds#5) * Add dependabot, CodeQL, goreleaser * Fix versions
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.
PreviousNext