Michael Aldridge
03/21/2022, 9:08 PMprefect server create-tenant --name default
. I get that when deploying as a standalone service you need to create the tenant, unfortunately this command appears to be expecting prefect to be visible on localhost, which it is not. Is there some variable I was supposed to export to get the local CLI to see the remote prefect server?Kyle McChesney
03/21/2022, 9:14 PMKyle McChesney
03/21/2022, 9:15 PMmutation($input: create_tenant_input!) {
create_tenant(input: $input) {id}
}
with
{
"input": {
"name": "default",
"slug": "default"
}
}
Michael Aldridge
03/21/2022, 9:18 PMMichael Aldridge
03/21/2022, 9:22 PMPREFECT__CLOUD__API