prefect.cli.shell
Shell command — native cyclopts implementation.
Run shell commands as Prefect flows.
Functions
output_stream
output_collect
run_shell_process
command: The shell command to execute.log_output: If True, log stdout/stderr to Prefect logs.stream_stdout: If True, stream stdout to Prefect logs.log_stderr: If True, log stderr to Prefect logs.popen_kwargs: Additional keyword arguments for subprocess.Popen.