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

fix: Add service start message for running services. #726

Closed tjholm closed 7 months ago

tjholm commented 7 months ago

If there are no output from the running process on stdout as part of nitric start than the user will see a "No services" messages as part of the CLI output despite the line directly above giving the number of detected entrypoints we have as part of start.

This change provides an initial indicator, that the service began execution without error, we may want to update the message to make it clear that this was from the CLI and not the users application.

image

image

In latest version the service name has been replaced with nitric

nitric-bot commented 7 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: