Function readArchive

  • Read an workflow archive

    The content of the file called workflow.cfg (workflowFilename) is returned as tomlsting.

    All files in archved not named workflow.cfg (workflowFilename) are returned in files object.

    Parameters

    • archiveURL: string

      URL of archive. Must be fetch()-able.

    Returns Promise<{ files: IFiles; tomlstring: string }>

Generated using TypeDoc