Skip to content

Commit

Permalink
Merge pull request #264 from tobigiwa/tobytobias#192
Browse files Browse the repository at this point in the history
Resolve #192, added Swagger API UI url to stdout for `start` command.
  • Loading branch information
nguyer authored Jan 12, 2024
2 parents 1e894ee + 7ea5f50 commit 445295b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ This command will start a stack and run it in the background.
}
for _, member := range stackManager.Stack.Members {
fmt.Printf("Web UI for member '%v': http://127.0.0.1:%v/ui\n", member.ID, member.ExposedFireflyPort)
fmt.Printf("Swagger API UI for member '%v': http://127.0.0.1:%v/api\n", member.ID, member.ExposedFireflyPort)
if stackManager.Stack.SandboxEnabled {
fmt.Printf("Sandbox UI for member '%v': http://127.0.0.1:%v\n\n", member.ID, member.ExposedSandboxPort)
}
Expand Down

0 comments on commit 445295b

Please sign in to comment.