This task use a script from Transporter, you should download it from AppStore first.
DownloadMetadata {
$0.authenticate(
username: ProcessInfo().environment["username"]!,
appSpecificPassword: ProcessInfo().environment["password"]!
)
$0.download(
appSKU: "com.onmyway133.KeyFighter",
saveDirectory: Directory.downloads.path
)
}