Skip to main content

New CLI `--no-headers` option

· 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.

For example, to obtain the exact number of connectors of a specific pipeline, you can simply do now:

$ meroxa connectors ls --pipeline default --no-headers | wc -l
8

This option is currently available for the following commands:

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

For any questions or comments, please feel free to email us at [email protected] or reach out to us on Twitter.