We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
spacectl client gen
pubsub
provider
spacectl client sync --url <SC URL>
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you. 👍
The text was updated successfully, but these errors were encountered:
shubham4443
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: