extract-project-design
- Last updated on December 29, 2023
- •
- Less than a minute to read
This command is used to extract the design from a project and store it in the artifact repository. Designs within the project are organized into elements (project items). To specify which design to extract, specific parameters must be provided.
Parameters
projectItemName
(string) - The name of the project item from which the design should be extracted.designIndex
(number) - The index of the design to be extracted.
These parameters support argument interpolation following the common rules.
Example
{
"description": "Extract design from project",
"name": "extract",
"type": "extract-project-design",
"parameters": {
"projectItemName": "Post card",
"designIndex": "0"
},
"outputArtifacts": [
"design"
]
}