Command line for LB

Can not use command line for load balancing configuration?
I tried to use HAProxy as LB, but I couldn’t find a command line for LB.

There isn’t an actual CLI tool for HAProxy, but it does have a management socket to which you can send commands like described in the management documentation:
http://cbonte.github.io/haproxy-dconv/1.9/management.html#9.4

thank you for your answer.
I will try to use that management socket.