Directory Offset |
String |
The working directory to use when executing
this command. This is relative to current working directory. |
Yes |
Artifact Directory Offset |
String |
The base directory from which artifacts will
be retrieved from the Component Version. For example, using App/Dist
will only get all files from in the App/Dist directory and put them
in the Current® Working Directory.
All includes/excludes will be evaluated relative to this offset. |
No |
Includes |
String |
The patterns to match files to upload. The wildcard
** indicates every directory and the wildcard * indicates every file.
So the pattern dist/**/* would retrieve the entire file tree underneath
the dist directory. |
Yes |
Excludes |
String |
The patterns to exclude files to upload. |
No |
Sync Mode |
Enumeration:
|
Sync transfers only changed files, removing
files that exist only in the previously deployed version. Clean removes
all files not contained in the currently deployed version |
No |
Full Verification |
Boolean |
(Valid only with Sync Mode enabled) When selected,
hashes will be computed on each file in the destination artifact set
to determine whether network transfer is necessary. Otherwise, files
will be compared by date modified and size. |
No |
Set File Execute Bits |
Boolean |
When enabled, sets file execute bits on the
files which have them set in the repository. |
No |
Verify File Integrity |
Boolean |
When enabled, verifies downloaded files match
their hash. Enabling this may reduce performance. |
No |