To install gothctl to your $GOPATH/bin:
go install github.com/ayush00git/gothctl@latestTo build the binary locally:
git clone https://github.com/ayush00git/gothctl.git
cd gothctl
go build -o gothctlMake sure your $GOPATH/bin is in your system's PATH.
Run gothctl to see available commands:
gothctlTo start the goth server:
gothctl serveFlags:
-p, --port string: Port on which the goth server listens (default "8080").
Example:
gothctl serve --port 9090gothctl allows you to manage users via the user command.
To create a new user interactively:
gothctl user create(only for admins and super-admins)
gothctl user list