Skip to main content

meroxa apps run

meroxa apps run

Execute a Turbine Data Application locally

Synopsis

meroxa apps run will build your app locally to then run it locally in --path.

meroxa apps run [--path pwd] [flags]

Examples

meroxa apps run             # assumes you run it from the app directory
meroxa apps run --path ../go-demo # it'll use lang defined in your app.json

Options

  -h, --help          help for run
--path string path of application to run

Options inherited from parent commands

      --cli-config-file string   meroxa configuration file
--debug display any debugging information
--json output json
--timeout duration set the duration of the client timeout in seconds (default 10s)

SEE ALSO