Skip to content

esquie run

Run an expedition from a local file or a remote URL.

shell
esquie run expedition.yml

TIP

Progress and logs are displayed in stderr, while the final result is output to stdout in JSON format.

Provide form inputs non-interactively

If the expedition defines a form, inputs will be requested interactively by default. These can be automatically filled using --form.* options.

shell
esquie run --form.expedition_number=33 expedition.yml

A single --form option can also be used to provide all inputs at once using a JSON string.

shell
esquie run --form='{"expedition_number":33}' expedition.yml

Released under the MIT License.