tarifa
Version:
Your friendly toolchain for mobile app development on top of Apache Cordova
37 lines (28 loc) • 1.57 kB
Plain Text
Usage: tarifa hockeyapp <command>
<platform> 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 <platform> <config>
Fetch the list of hockeyapp versions of <config> env for given platform,
or all platforms.
version upload <platform> <config> [options]
Upload a version of <config> 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 <platform> <config> [options]
Modify last version of given platform for <config> 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 <keep>
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