gigl.common.utils.run_command_and_stream_stdout#

gigl.common.utils.os_utils.run_command_and_stream_stdout(cmd: str) int | None#

Executes a command and streams the stdout output.

Args:

cmd (str): The command to be executed.

Returns:

Optional[int]: The return code of the command, or None if the command failed to execute.