def exec_command()

in src/hyperpod_cli/service/exec_command.py [0:0]


    def exec_command(
        self,
        job_name: str,
        pod_name: Optional[str],
        namespace: Optional[str],
        all_pods: Optional[bool],
        bash_command: tuple,