Execute direct blockchain actions
Execute blockchain operations directly without building a full workflow. Supports token transfers and smart contract calls. Returns execution IDs immediately; use --wait to block until completion.
See also: kh r st, kh wf run
# Transfer ETH on a chain
kh ex transfer --chain 1 --to 0xABCD... --amount 0.01
# Call a smart contract method
kh ex cc --chain 1 --contract 0x... --method balanceOf --args '["0x..."]'
-h, --help help for execute
-H, --host string KeeperHub host (default: app.keeperhub.com)
--jq string Filter JSON output with a jq expression
--json Output as JSON
--no-color Disable color output
-y, --yes Skip confirmation prompts
- kh - KeeperHub CLI
- kh execute contract-call - Call a smart contract method
- kh execute status - Show the status of an execution
- kh execute transfer - Transfer tokens