package
0.0.0-20240828030039-78c4ba100686
Repository: https://github.com/yugabyte/yb-tools.git
Documentation: pkg.go.dev
# README
yugatool
yugatool
is a YugabyteDB supportability utility.
Building
Requirements
- make
- direnv (or source .envrc)
- golang v1.16+
- protoc v3.14.0
Ubuntu 18.04
apt install direnv make
snap install protobuf
snap install golang
macOS
- Manually install golang .pkg via download from https://go.dev/doc/install
- Set $PATH to contain $GOPATH/bin which defaults to $HOME/go/bin (for the linter)
brew install direnv
brew install protobuf
find . -name Makefile -exec perl -p -i -e 's/GOOS=linux/GOOS=darwin/' '{}' \;
Build the binary
direnv allow
make
Roadmap
TBD