beanstool
beanstool copied to clipboard
Dependency free beanstalkd admin tool
This is a nice tool. But there are some minor usability annoyances with the input flags. Addresses the `host=` flag short-form that conflicts with `--help`'s short form. Both are `-h`...
Building beanstool with `go version go1.16.3 darwin/amd64` produces the above diagnostic on sundry commands: ```console $ ./beanstool stats invalid argument for flag `--ttr' (expected time.Duration): time: missing unit in duration...
zsh: exec format error: beanstool
The `-h` flag shows the usage message instead of working like `--host`: ```txt $ beanstool stats -h localhost:11300 Usage: beanstool [OPTIONS] stats [stats-OPTIONS] Help Options: -h, --help Show this help...
- Remove printing of Default Tube stats whether Getstats returns data for it or not - Remove the special condition to continue for default tube More details on https://github.com/src-d/beanstool/issues/17#issuecomment-426486670
Hi! I'm trying to filter the stats output by a list of tubes and am getting the following error. Initially I was listing several tubes separated by commas but I...
Hi there! Love beanstool - awesome little tool! I know there hasn't been much activity in this project lately, but still wanted to ask if an arm64-compaitible release is planned?...