Workspace

Workspace

A WORKSPACE file is required to describe how to build a workspace. This file must be located at the root of the workspace.

The WORKSPACE file defines global configuration that applies to all projects in the workspace, including:

  • Target dependencies and relationships
  • Default extension configurations
  • Workspace-level variables
  • Cache configuration

This section describes the syntax and configuration options for the WORKSPACE file. The WORKSPACE file uses an HCL-inspired syntax similar to the PROJECT file.

Last updated on