Hi people, Like ShellTask function in Prefect v1 (...
# ask-community
s
Hi people, Like ShellTask function in Prefect v1 (https://docs-v1.prefect.io/api/latest/tasks/shell.html#shelltask) , Is there anyway to call upon a bash script in Prefect 2.0 using any other function as I cant find any documentation for it. Any Suggestion?
1
a
try prefect-shell collection
Copy code
pip install prefect-shell
👍 1