https://prefect.io logo
a

Alfie

10/12/2020, 3:51 AM
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

Chris White

10/12/2020, 2:54 PM
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

Carlos Paiva

10/12/2020, 3:25 PM
Hi @Chris White Not directly related but... Does the CLI work only with the Cloud?
c

Chris White

10/12/2020, 3:26 PM
No, the CLI is compatible with both Server and Cloud (hence my recommendation above)
👍 1
a

Alfie

10/14/2020, 12:56 PM
i see, thanks @Chris White
👍 1