Run a command in a container or a Pod, and attach the current terminal to the command stdio.
Usage:
hyperctl exec [OPTIONS] POD_ID:CONTAINER_NAME COMMAND [ARGS...]
Help Options:
-h, --help Show this help message
-t Allocate a pseudo-TTY
Example:
hyperctl exec pod-3uhg23po:nginx echo "Hello World"