leopardslab / clocal-gcp

🔭 Emulation engine for GCP
Apache License 2.0
67 stars 57 forks source link

Introduce status command - [discuss] #95

Open shalithasuranga opened 5 years ago

shalithasuranga commented 5 years ago

We can add clocal-gcp status to display list of emulators with the status (running/ stopped)

sachith-1 commented 3 years ago

I am currently trying to implement this feature. 😊

shalithasuranga commented 3 years ago

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 :)

sachith-1 commented 3 years ago

The status command added to check the status of the emulators with PR #103 . :) image