From 6a435405b655d6e0a4089e1ac572c880905081d0 Mon Sep 17 00:00:00 2001 From: Tim Holm Date: Fri, 19 Sep 2025 12:44:18 +1000 Subject: [PATCH 1/2] fix: remove non-existent /dev from Dashboard URL --- cli/internal/simulation/simulation.go | 3 +-- docs/introduction.mdx | 2 +- docs/quickstart.mdx | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/cli/internal/simulation/simulation.go b/cli/internal/simulation/simulation.go index f4b27b66..1872ab17 100644 --- a/cli/internal/simulation/simulation.go +++ b/cli/internal/simulation/simulation.go @@ -19,7 +19,6 @@ import ( "github.com/nitrictech/suga/cli/internal/simulation/service" "github.com/nitrictech/suga/cli/internal/style" "github.com/nitrictech/suga/cli/internal/style/icons" - "github.com/nitrictech/suga/cli/internal/version" "github.com/nitrictech/suga/cli/pkg/schema" "github.com/nitrictech/suga/cli/pkg/tui" pubsubpb "github.com/nitrictech/suga/proto/pubsub/v2" @@ -83,7 +82,7 @@ func (s *SimulationServer) startSugaApis() error { return fmt.Errorf("failed to listen: %v", err) } - fmt.Println(tui.SugaIntro("App", s.appSpec.Name, "Addr", addr, "Dashboard", fmt.Sprintf("%s/dev", version.ProductURL))) + fmt.Println(tui.SugaIntro("App", s.appSpec.Name, "Addr", addr)) go func() { err := srv.Serve(lis) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 0ca34eb3..c3c6b7aa 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -114,7 +114,7 @@ suga dev ⚡ Suga v0.0.1 - App: example - Addr: :50051 - - Dashboard: https://app.addsuga.com/dev + - Dashboard: https://app.addsuga.com Services diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 791f68c3..4b362ce0 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -161,7 +161,7 @@ Deploy your first application on the Suga platform in just a few steps. The Suga ⚡ Suga v1.0.0 - App: my-first-app - Addr: http://localhost:50051 - - Dashboard: https://app.addsuga.com/dev + - Dashboard: https://app.addsuga.com Services From 60fc2492dccf183b8abf4b3e407e4f0a744ee49b Mon Sep 17 00:00:00 2001 From: David Moore <4121492+davemooreuws@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:19:09 +1000 Subject: [PATCH 2/2] apply suggestions --- docs/introduction.mdx | 1 - docs/quickstart.mdx | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index c3c6b7aa..6533da02 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -114,7 +114,6 @@ suga dev ⚡ Suga v0.0.1 - App: example - Addr: :50051 - - Dashboard: https://app.addsuga.com Services diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 4b362ce0..46ec32be 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -161,7 +161,6 @@ Deploy your first application on the Suga platform in just a few steps. The Suga ⚡ Suga v1.0.0 - App: my-first-app - Addr: http://localhost:50051 - - Dashboard: https://app.addsuga.com Services