Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cli/internal/simulation/simulation.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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))
Comment thread
davemooreuws marked this conversation as resolved.

go func() {
err := srv.Serve(lis)
Expand Down
1 change: 0 additions & 1 deletion docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ suga dev
⚡ Suga v0.0.1
- App: example
- Addr: :50051
- Dashboard: https://app.addsuga.com/dev

Services

Expand Down
1 change: 0 additions & 1 deletion docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/dev

Services

Expand Down