1.0.0
Changelog
9deb706 releases 1.0.0
1d978ab modify travis to deploy using goreleaser
b80fe19 switch to using go modules instead of dep
3148ac3 Merge pull request #14 from random-dwi/read-config-location-from-env
f7b7ac3 cleanup readme
b5cf73f add option to read config from env
66f4e1e Merge pull request #13 from shutefan/add-makefile
e53d3b1 Merge pull request #11 from deviceinsight/minor-help-improvements-for-consume-command
372ca8a Merge pull request #12 from deviceinsight/readme-modifications
a2ef2c4 Update README.md
95374ae Update README.md
603a2d8 Add Makefile and set version info using linker flags
813ee6d Fix capitalization in README.md
b304bbd Merge pull request #10 from deviceinsight/9-add-global-config-file
09218b7 Some minor improvements for the help of the consume cmd
b67db31 9: Add config file /etc/kafkactl/config.yml
ce21551 add license
0c80319 Merge pull request #7 from sladkoff/feature/alter-topics
575dcdb Fix global config-file flag
d572e5c Add alter topic
command
916f0e1 change names of global flags
032c7b3 Merge pull request #3 from shutefan/add-ci
07a03c6 Add build badge to README
1fc72d1 Set import path for project
15db750 Add travis CI
a66494a simpler implementation of consumer
7ea95ee Merge pull request #5 from deviceinsight/add-vendoring
6c41c77 remove non-go vendor files and make sure cobra version is taken from master
c84b310 Merge pull request #4 from sladkoff/feature/sort-topics
6d174fb Sort result of kafkactl get topics
846e0ed Add vendoring
9a56ab0 Merge pull request #1 from sladkoff/feature/dont-autocreate-topics
2781d3b Add changelog
e6e9c10 Don't auto-create topics
902a901 fix zsh completion
f644080 fix zsh completion
2ae4a29 add basic zsh completion
e1d3bde added install instructions from binary