nitrictech / cli

Nitric CLI. Manage and run Nitric apps locally and deploy to any cloud.
https://nitric.io
Apache License 2.0
26 stars 10 forks source link

feat: auto open local dashboard on nitric start #576

Closed davemooreuws closed 1 year ago

davemooreuws commented 1 year ago

On start command, opens browser on localhost:port. Added --no-browser flag to start command to avoid this happening.

Tested on Windows. Please test on linux and macos

codecov[bot] commented 1 year ago

Codecov Report

Patch has no changes to coverable lines.

:loudspeaker: Thoughts on this report? Let us know!.

tjholm commented 1 year ago

Might want to factor in the CI mode as well to avoid opening for users running nitric start as part of their CI/CD pipelines for e2e testing.

nitric-bot commented 1 year ago

:tada: This PR is included in version 1.29.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: