Usage
project_name: "my_project_name"
|
Hierarchy
project_name |
Default Value
None
Accepts
A string specifying the current project name
|
Definition
project_name specifies the current project name in a manifest file. This is required when using a manifest file to import files from other projects.
Example
In a manifest file, specify the current project name as "thelook":
project_name: "thelook"
local_dependency: {
project: "other_project"
}