kh execute
Execute direct blockchain actions
Synopsis
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
Examples
# 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..."]'Options
-h, --help help for executeOptions inherited from parent commands
-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 promptsSEE ALSO
- 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