Command line interface ================================ Besides the main :doc:`zea API documentation <_autosummary/zea>`, ``zea`` provides a command line interface (CLI) with four primary subcommands (process, app, data, convert). Note that is very new functionality, and might change in future releases. Please report any issues you encounter. .. code-block:: text zea process --dataset --config [options] # batch beamform a dataset zea app [--share] [--server-port PORT] # launch the Gradio visualizer zea data [options] # manipulate zea data files zea convert [options] # convert raw datasets to zea .. tyroprogram:: zea.__main__:CLI :prog: zea