hi Team, with the latest core 0.13.10, seems I hav...
# prefect-community
a
hi Team, with the latest core 0.13.10, seems I have to get tenant and project ready before creating any flow. Is there any workaround to get tenant and project ready easily instead of creating them manually?
c
Hey Alfie - the recommended way is to run
prefect server start
which will automatically provision a default tenant for you. If you are doing something custom, then there is a CLI command
prefect server create-tenant
that you can use
c
Hi @Chris White Not directly related but... Does the CLI work only with the Cloud?
c
No, the CLI is compatible with both Server and Cloud (hence my recommendation above)
👍 1
a
i see, thanks @Chris White
👍 1