Skip to content

form · Expedition input form

The form property defines a set of input fields that will be presented to the user before the expedition starts.

yaml
_: Expedition
form:
  expedition_number:
    type: number
    default: 33
    required: true
steps:
  - _: Start the expedition ${esquie.form.expedition_number}
    log: For those who come after!

When the expedition is executed from the CLI interface, the user will be prompted to provide values for each field defined in the form. On the web interface, a form will be automatically generated based on this definition.

Released under the MIT License.