-
Notifications
You must be signed in to change notification settings - Fork 12
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
docs: programmatic deployment blogpost #752
docs: programmatic deployment blogpost #752
Conversation
@coderabbitai review |
WalkthroughThe new programmatic deployment feature (v0.4.x) for the Metatype ecosystem allows typegraphs to be deployed using TypeScript and Python SDKs. This enhancement introduces automation capabilities, enabling tools to perform deployment operations more flexibly and programmatically. Key additions include configuration parameters and deployment functions, streamlining the deployment process. Changes
Sequence Diagram(s) (Beta)sequenceDiagram
participant User
participant SDK
participant DeploymentService
User->>SDK: Call deployAll()
SDK->>DeploymentService: Send deployment configurations
DeploymentService->>SDK: Acknowledge receipt
SDK->>User: Return deployment status
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
Actionable comments posted: 4
Can you add how to upgrade to the 0.4.x series as a last step in the article? |
90fee79
to
a0e6e1c
Compare
41fa759
to
56652c8
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.
👏
Blogpost to help discover programmatic deployment additions.
Migration notes
...
Summary by CodeRabbit
New Features
Documentation