Back to Website
Show / Hide Table of Contents

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"
    ]
}
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback