Skip to main content

31 posts tagged with "cli"

View All Tags

Turbine CLI bug fix release

3 min read
Janelle Tavares
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

Meroxa CLI version v2.20.1 includes bug fixes for a broken link, a bug in the Notion Resource, inaccurate exit codes, and difficulty pulling in the latest release of a Golang app dependency.

Turbine Next

2 min read
James Martinez
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

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.

Choose your own file template for a S3 connector with Turbine

2 min read
Ra煤l Barroso
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

Developers can now specify their own file templates for AWS S3 destinations within their Turbine apps. This change provides the flexibility to change the file names, directories and the compression type of the data being stored in S3.

Visualize your Turbine Applications in the Meroxa Dashboard

3 min read
Jessy Jordan
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

Turbine streaming apps can now be visualized in the Meroxa Dashboard! A recent Meroxa CLI release v2.10.0 introduces updated output for meroxa apps describe and meroxa apps list which now includes URLs to access the Meroxa Dashboard. We have also updated output for meroxa resources list for consistency.

Invite teammates to collaborate on your Meroxa account

3 min read
Nassor da Silva
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

Starting today, in the latest Meroxa CLI 2.9.0 release, you can now switch between your primary account and any accounts you have been invited to. This functionality is also available in the Dashboard, along with the ability to invite teammates to your Meroxa account to collaborate on Turbine streaming apps.

Turbine Intermediate Representation

One min read
Ra煤l Barroso
Engineering
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

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