Open shalithasuranga opened 5 years ago
I am currently trying to implement this feature. 😊
Nice.. this feature is about implementing a status command like git status
. I initially had an idea to show what services are active etc. For example, if someone uses only the function service locally, they may get a response like this.
Service status
Cloud Functions: (Running at http://localhost:8000)
Cloud Storage: (Stopped)
....
You can discuss this with maintainers (Maybe you can show them an experimental implementation). I just added my initial thoughts :)
The status command added to check the status of the emulators with PR #103 . :)
We can add
clocal-gcp status
to display list of emulators with the status (running/ stopped)