b3lbctl
The b3lbctl command line tool lets you control b3lb clusters.
For configuration, b3lbctl looks for a file named config in the $HOME/.b3lb.yaml
directory. You can specify other b3blconfig files by setting the --config
flag.
Installation
Download last release from release page.
Copy the binary into /usr/local/bin
.
Usage
Manage your B3LB cluster from the command line
Usage:
b3lbctl <command> [flags]
b3lbctl [command]
Available Commands:
cluster-info Get overall cluster information
completion Generate the autocompletion script for the specified shell
config Manage B3LB config file using subcommands.
help Help about any command
instances Manage B3LB instances
Flags:
--config string config file (default is $HOME/.b3lb.yaml) (default "$HOME/.b3lb.yaml")
-h, --help help for b3lbctl
Use "b3lbctl [command] --help" for more information about a command.