Project

A PROJECT file is required to describe how to build a project. This file must be located at the root for the project folder.

This section describes the syntax of such file.

Each project is assigned a project identifier. It’s a string and is just the absolute path from root workspace.
For example, if you have a following workspace structure:

/src/api
/src/website
/infra/kubernetes

Project identifiers are respectively:

  • "/src/api"
  • "/src/website"
  • "infra/kubernetes"

Please note again type of project identifier is a string.

Last updated on