?
By default, all you need is the name. The following operations are equivalent:
Deploy-Artifact my-artifact-name;
# and...
Deploy-Artifact my-artifact-name
(
To: $WorkingDirectory,
Application: $ApplicationName,
Release: $ReleaseNumber,
Package: $PackageNumber,
Deployable: $DeployableName,
DeployAsZipFile: false,
TransferAll: false,
DoNotClearTarget: false,
Verbose: false
);
This should be mentioned in the auto-generated docs but since it is not, I'll put in a note to do that :)