A Bitrise trigger in pure bash
🎉!
chmod +x gitrise.sh
gitrise.sh [options]
Usage: gitrise [options]
[options]
-w, --workflow <string> Bitrise Workflow
-b, --branch <string> Git Branch
-e, --env <string> List of environment variables in the form of key1:value1,key2:value2"
-a, --access-token <string> Bitrise access token
-s, --slug <string> Bitrise project slug
-v, --version App version
-d, --debug Debug mode enabled
-h, --help Print this help text
Please see here for Bitrise API Reference
To run the unit tests, use the following command in the project directory
./tests/test_runner