Hey all, When I try running `prefect server start` I get an error `│ No such command 'server'.│` Ha...
a
Hey all, When I try running
prefect server start
I get an error
│ No such command 'server'.│
Has anyone else encountered this? I used
--help
to see the list of available commands and can't find a
server
command
1
Managed to fix this when I ran
prefect orion start
. Is there a reason that the docs still show
server
?
r
depends on the version, orion is old, server new
upvote 1
j
Just to add on to redsquare’s response: 2.8.1 introduced
prefect server start
Running
prefect version
in the CLI will show you your version.
a
Thanks both! It works now and I'm on the latest version
👍 2