Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

workdir

This field contains an optional string specifying the working directory for the task’s commands. If not set, commands run in the application’s build directory.

A relative path is resolved relative to the application’s build directory. An absolute path is used as-is.

Example:

    tasks:
      test:
        workdir: ../test-fixtures
        cmd:
          - ./run-tests.sh ${out}