diff --git a/frontend/cli/main.go b/frontend/cli/main.go index 58c61f336a..240191565c 100644 --- a/frontend/cli/main.go +++ b/frontend/cli/main.go @@ -33,7 +33,7 @@ import ( type InteractiveCLI struct { Version kong.VersionFlag `help:"Show version."` Endpoint *url.URL `default:"http://127.0.0.1:8892" help:"FTL endpoint to bind/connect to." env:"FTL_ENDPOINT"` - ProvisionerEndpoint *url.URL `help:"Provisioner endpoint." env:"FTL_PROVISIONER_ENDPOINT" default:"http://127.0.0.1:8894" hidden:"true"` + ProvisionerEndpoint *url.URL `help:"Provisioner endpoint." env:"FTL_PROVISIONER_ENDPOINT" default:"http://127.0.0.1:8893" hidden:"true"` Ping pingCmd `cmd:"" help:"Ping the FTL cluster."` Status statusCmd `cmd:"" help:"Show FTL status."`