Skip to main content

31 posts tagged with "cli"

View All Tags

· 2 min read
@jmar910

Our Meroxa CLI version v2.20.0 includes the newest versions of the Turbine SDKs for Go, Javascript, and Python.

Already deployed apps and newly initialized apps will not require any changes, but if you would like to re-deploy or re-run any existing Turbine apps with this CLI version, you will have to make some updates to your application.

Due to the updated versions of the Turbine SDKs, you should notice speed ups with app initialization times as well as deploying times ⚡️ thanks to the following changes:

  • Refactored logic that centralizes common functionality from the SDK using gRPC
  • Reduced the amount of 'moving parts' and intermediate communication between the SDKs and CLI
  • Significantly reduced dependencies for turbine-js

These speed ups will vary depending on your language, for example javascript apps now initialize and deploy ~10 seconds faster.

· One min read
@_raulb_

Turbine Intermediate Representation is designed to allow further processing of your source code by the Meroxa Platform. This change will enable many more capabilities for Turbine applications during the deployment process. The Meroxa CLI version v2.9.0 release includes the change to Turbine Applications.

This change should be seamless for all our customers by using our apps deploy command:

$ meroxa apps deploy --path ~/my-app