Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
3.95k
stars
222
forks
source link
[Feature] Add support to auto generate client whenever SpaceCloud's RPC provider gets updated #1681
Open
YourTechBud opened 1 year ago
The problem faced currently?
I need to manually run the
spacectl client gen
whenever I want consume the latest published APIs. This required me to perform the following steps:How can we solve it?
pubsub
provider of SC to generate events whenever RPCprovider
updates.spacectl client sync --url <SC URL>
command to: