go-tmsh is a library providing functions to operate the BIG-IP Traffic Management Shell (TMSH) via SSH.
go-tmsh is also a command-line tool that will operate TMSH using these functions.
Currently the following versions of BIG-IP are tested.
- v11.5.3
- v11.2.1
$ go get github.com/yukirii/go-tmsh/...
import "github.com/yukirii/go-tmsh"
Please refer to the examples directory for an example source code.
tmsh
is single command-line application. This application then takes subcommands. To check the all available commands,
$ tmsh help
To get help for any specific subcommand, run it with the -h
flag,
$ tmsh node -h