Skip to main content

FirstSpirit Gradle Plugin: FsExecuteCliTask does not work as expected

Comments

2 comments

  • Zendesk API User
    Author: GeMo - 1/9/2023 13:50

    Hi,

    the following code snippet should work (locally tested on a windows machine):

    task fsExportProjectData(type: FsExecuteCliTask) { cliConfiguration { arguments = [ "--syncDir", ${projectDataDir}, "--project", ${fsProjectName}, "export", "--", "templatestore", "path:/mediastore/layout", "projectproperty:ALL"] } }
    0
  • Zendesk API User
    Author: tfuchs - 1/11/2023 13:36

    Hi!

    Thank you, that works!

    Timo

    0

Please sign in to leave a comment.