v0.1.0
Changelog
- 6bc92e3 Release v0.1.0
- b34583f adjust names in release files
- 64b8eac enable krew releases
- 61afa0b Add .krew.yaml
- d93b4e5 rename plugin to "kubectl foreach"
- 769e1ca add gh token
- c328fae add goreleaser and GH Actions
- 3df7652 add new test
- cc0e499 Change usage string
- cd5ce8d spaces vs tabs
- 04f9a01 add remarks
- 91c58f6 treat -q and ALLCTX_DISABLE_PROMPTS the same
- bc9cda4 fix -q, handle err from prompt reader, leaky routine
- 944ac46 fix readme
- 18d426f fix readme
- ab5e156 improve usage strings
- ec80503 addlicense, update readme
- 47b9b39 add tests for replaceArgs
- 058b5a0 fix logged messages in -q
- 86fba22 add output tests, fix broken unit tests, mv colors
- 94aeb66 print error message
- 33c31d2 fix options from being treated as tool arguments
- 39552ca exclusion patterns
- 1f0c993 Document new CLI usage
- 72d8a13 add -q to bypass prompts (#1)
- aa216ea Merge pull request #3 from SemihBKGR/patch-1
- e8a2684 update the module field
- f2e07ed add readme+license
- 5231539 plumb context.Context, handle sigint
- fec2926 redundant arg
- 9d6d3c8 no need for syncgroup
- d798e9a reorder some colors
- 65c5862 add license
- 7708be2 add -c (worker count)
- 79641a7 more colors (and with bgcolor), switch to gchalk
- 6c9d242 positional arg replacement
- ba75ee8 easier prefixing
- 2ad078d first commit