/xld-folder-plugin

The xld-folder plugin is a XL Deploy plugin that adds capability to upload a folder as an archive in XLD, transfer the folder as an archive to the target host and extract it on the target host.

Primary LanguageFreeMarkerMIT LicenseMIT

Preface

Build Status Codacy Badge Code Climate License: MIT Github All Releases

This document describes the functionality provided by the xld-folder-plugin.

See the XL Deploy Reference Manual for background information on XL Deploy and deployment concepts.

Overview

The xld-folder plugin is a XL Deploy plugin that adds capability to upload a folder as an archive in XLD, transfer the folder as an archive to the target host and extract it on the target host.

Requirements

  • XL Deploy requirements
    • XL Deploy: version 5.0+

Types

  • xld.Folder: A folder uploaded as an archive and copied to the target host as an archive. Extracted on the target host.
    • On linux: zip, gzip, bzip2 and tar are supported.
      • Additional tar command options are: strip-components, members
    • On windows: zip is supported.