Skip to main content

31 posts tagged with "cli"

View All Tags

· 2 min read
@_raulb_

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.

· One min read
@_raulb_

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.

· One min read
@_raulb_

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.