-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
feat: support managedservice
in the cli
#69
Conversation
3b0929e
to
d446a21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment that we can take as future improvement. Also, please update the commit message to include the scope part.
https://www.conventionalcommits.org/en/v1.0.0/#commit-message-with-scope
This commit introduces support for rapyuta.io managed services. Usage: rio managedservice [OPTIONS] COMMAND [ARGS]... Managed Services on rapyuta.io With managed services on rapyuta.io, you can provision services like elasticsearch, etc. on-demand and use them with your deployments. Options: --help Show this message and exit. Commands: inspect Inspect a managedservice instance list List all the managedservice instances providers List available managedservice providers You can create and delete managed services with the rio apply command and it currently doesn't have a directly CLI option. Reviewed By: Ankit Gadiya
d446a21
to
7aff123
Compare
🎉 This PR is included in version 0.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR adds support for
managedservices
in the cli. You can create or delete amanagedservice
instance with therio apply
command.【 code 】
→ pipenv run python -m riocli managedservice
Usage: rio managedservice [OPTIONS] COMMAND [ARGS]...
Managed services on rapyuta.io
These are services that are provisioned by rapyuta.io and hosted on either
cloud or SRE backed infrastructure. An example of such a service is
elasticsearch
.Options:
--help Show this message and exit.
Commands:
inspect Fetch a managedservice instance
list List all the managedservice instances
providers List available managedservice providers
【 end code 】
┆Issue is synchronized with this Wrike task