Usage: tarifa hockeyapp argument in each command can also be a wildcard: - 'all' matches all available platforms on system - 'ios,android' matches ios and android platforms Commands: version list Fetch the list of hockeyapp versions of env for given platform, or all platforms. version upload [options] Upload a version of env package to hockeyapp for given platform. If no platform specified, upload for all installed platforms. Options can be any of 'notes', 'notify', 'status', 'tags', 'teams', 'users', 'commit_sha', 'build_server_url', 'repository_url'. See http://support.hockeyapp.net/kb/api/api-versions#upload-version for details. version update [options] Modify last version of given platform for env. You can only modify metadata; you can't upload a new package. If no platform specified, upload for all installed platforms. Options can be any of 'notes', 'notify', 'status', 'tags', 'teams', 'users', 'commit_sha', 'build_server_url', 'repository_url'. See http://support.hockeyapp.net/kb/api/api-versions#update-version for details. version clean Clean all versions of all apps found in tarifa.json; specify the number of versions to keep (default: 3). Options: --help, -h Show this message --verbose, -V Be more verbose on everything --debug, -d Print helpful stack trace on error