Hi! I'm trying to register a project using CLI wit...
# ask-community
j
Hi! I'm trying to register a project using CLI with the following command:
Copy code
prefect register --project "my project" --path myflow.py
All it returns is:
Project 'my project' does not exist
I know it does not exist since I'm trying to register it. Is there something I'm missing?
👀 1
x
to create a project just need to use
Copy code
prefect create project "project-name"
👍 2