New CLI `--no-headers` option
· 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 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:
- Listing connectors
- Listing endpoints
- Listing pipelines
- Listing resources and resource types
- Listing transforms
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.