tmhi-cli - CLI to control T-Mobile Home Internet gateway
Usage
NAME:
tmhi-cli - Utility to interact with T-Mobile Home Internet gateway
USAGE:
tmhi-cli [global options] [command [command options]]
COMMANDS:
login Verify that the credentials can log the tool in
reboot Reboot the router
info Get gateway information
status Check gateway status
req Make a custom HTTP request to the gateway
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--config string, -c string use the specified TOML configuration file (default: "/Users/hugoh/.tmhi-cli.toml")
--debug, -d display debugging output in the console (default: false)
--dry-run, -D do not perform any change to the gateway (default: false)
--gateway.model string gateway model: options: ARCADYAN, NOK5G21
--gateway.ip string gateway IP (default: "192.168.12.1")
--login.username string admin username (default: "admin")
--login.password string admin password
--retries int number of retries (default: 0)
--timeout duration request timeout in seconds (default: 5s)
--help, -h show help
--version, -v print the version