Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
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.