Hello, I am migrating from v1 to v2, in my old cod...
# ask-community
e
Hello, I am migrating from v1 to v2, in my old codebase, I use
ShellTask
to run some command
Copy code
ShellTask(stream_output=True, slug="xxxx", timeout=3600).run(command=xxxx)
Is it deprecated in v2 world? Everything is covered by
@task
1
k
Hi Enda, the
ShellTask
migrated to a new collection in v2 https://prefecthq.github.io/prefect-shell/
1