Teku subcommands
This reference describes the syntax of the Teku subcommands.
To start a Teku node using subcommands, run:
teku [OPTIONS] [SUBCOMMANDS] [SUBCOMMAND OPTIONS]
You can also supply the subcommand options using environment variables or a configuration file.
The available subcommands are:
admin
migrate-database
slashing-protection
validator-client
voluntary-exit
- Development and testing subcommands
Using autocomplete
If using Bash or Z shell, you can enable autocomplete support by navigating to the build
folder and running:
source teku.autocomplete.sh
Autocomplete allows you to view subcommand suggestions by pressing the Tab key twice.
teku Tab+Tab