Hi, I am to try to authenticate prefect using API ...
# prefect-ui
r
Hi, I am to try to authenticate prefect using API key but facing
Copy code
No such command 'auth'.
can anyone help me with this? Additional information, I am using prefect 2.0.3 version and trying to run
Copy code
prefect auth login --key <YOUR-KEY>
k
This should be the syntax for logging:
Copy code
prefect cloud login --key xxx_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
upvote 2