Skip to main content

31 posts tagged with "cli"

View All Tags

CLI built from source includes more information

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.

With Meroxa CLI version v2.0.2, if you're running a CLI built from source, you should expect to see exactly what git commit sha you are running and some extra information.

Meroxa CLI v2.0.0 (Beta)

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.

With Meroxa CLI version v2.0.0, we're introducing a new set of commands to operate with Turbine streaming apps, and we're also deprecating the ones that won't apply going forward. New commands are:

  • apps deploy to deploy a Turbine Data Application.
  • apps describe to inspect more information about your Turbine Data Application.
  • apps init to initialize a new Turbine Data Application locally in the language of your choice.
  • apps list to list all your available Turbine streaming apps.
  • apps remove to remove a Turbine Data Application.
  • apps run to run locally a Turbine Data Application.
  • build describe to inspect a Meroxa Process Build.
  • build logs to a Meroxa Process Build's Logs.

If you want to read more about the Turbine streaming apps Beta check out the beta overview. If you wanted to get started building your first Turbine Data Application, check out our documentation to get started.

Display connector trace on failed connectors

One min read
warning

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

With the release of Meroxa CLI version v1.4.0, we've updated the output of the connector describe command to display the error trace of failed connectors.

Changes on connector commands

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.

With Meroxa CLI version v1.3.0, we're introducing some changes on two commands that operate with Meroxa Connectors.

New CLI `--no-headers` option

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.

With Meroxa CLI version v1.2.0, we're adding the --no-headers option to any command that lists a Meroxa Platform resource.

This option is useful when performing scripting operations that depends on a specific number.

New CLI config command

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.

With Meroxa CLI version v1.1.0, we're introducing a new config command that lets users manage their Meroxa CLI configuration:

$ meroxa config # or `meroxa cfg`

Meroxa's CLI is 1.0.0

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.

With Meroxa CLI version v1.0.0, we completed the sunset of our Meroxa's Legacy CLI as previously announced.

Moving forward, we encourage all of our customers to use v1.0.0 and beyond to ensure the best possible experience interacting with our Meroxa Platform.

To get the latest on the CLI, check out the Installation Guide.

How to Create a PostgreSQL Delta Table in Google BigQuery

4 min read
warning

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

In this guide, we will create a real-time data pipeline to create a delta table in BigQuery of changes from a PostgreSQL database using Meroxa. This pipeline will create, store, and update a table within BigQuery that contains a row for every insert, update, and delete operation from PostgreSQL.

PostgreSQL to BigQuery

Sunsetting Meroxa's Legacy CLI

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.

Meroxa CLI versions v0.8.0 and prior are deprecated. With the recent release of CLI v0.9.0, the command structure has migrated to using subject-verb-object to specify actions to take on Meroxa.

If you are using a CLI version prior to v0.9.0, you will start to see warnings recommending a change to the new CLI commands.

caution

All legacy command structures will be sunset on August 3rd.