table of contents
| start(1) | General Commands Manual | start(1) |
NAME¶
start - Start a gateway
SYNOPSIS¶
start [-h|--help] <--bot-token> <GATEWAY_TYPE>
DESCRIPTION¶
Start a gateway
OPTIONS¶
- --bot-token <BOT_TOKEN>
- Authentication token for the gateway platform (e.g., Telegram bot token)
- -h, --help
- Print help (see a summary with '-h')
- <GATEWAY_TYPE>
- Gateway type (e.g., 'telegram')
SEE ALSO¶
goose(1), goose-gateway(1), goose-gateway-pair(1), goose-gateway-status(1), goose-gateway-stop(1)
| start |