README.md in produce-0.4.0 vs README.md in produce-0.4.1
- old
+ new
@@ -71,19 +71,22 @@
produce --help
```
-u, --username STRING Your Apple ID Username (PRODUCE_USERNAME)
- -b, --bundle_identifier STRING App Identifier (Bundle ID, e.g. com.krausefx.app) (PRODUCE_APP_IDENTIFIER)
+ -a, --app_identifier STRING App Identifier (Bundle ID, e.g. com.krausefx.app) (PRODUCE_APP_IDENTIFIER)
-b, --bundle_identifier_suffix STRING App Identifier Suffix (Ignored if App Identifier does not ends with .*) (PRODUCE_APP_IDENTIFIER_SUFFIX)
- -a, --app_name STRING App Name (PRODUCE_APP_IDENTIFIER)
- -i, --initial_version STRING Initial version number (e.g. '1.0') (PRODUCE_VERSION)
- -s, --sku STRING SKU Number (e.g. '1234') (PRODUCE_SKU)
- -p, --primary_language STRING Primary Language (e.g. 'English', 'German') (PRODUCE_LANGUAGE)
+ -a, --app_name STRING App Name (PRODUCE_APP_NAME)
+ -v, --version STRING Initial version number (e.g. '1.0') (PRODUCE_VERSION)
+ -s, --sku SKU Number (e.g. '1234') (PRODUCE_SKU)
+ -l, --language STRING Primary Language (e.g. 'English', 'German') (PRODUCE_LANGUAGE)
-i, --skip_itc Skip the creation of the app on iTunes Connect (PRODUCE_SKIP_ITC)
-d, --skip_devcenter Skip the creation of the app on the Apple Developer Portal (PRODUCE_SKIP_DEVCENTER)
+ -t, --team_id STRING The ID of your team if you're in multiple teams (PRODUCE_TEAM_ID)
+ -l, --team_name STRING The name of your team if you're in multiple teams (PRODUCE_TEAM_NAME)
-h, --help Display help documentation
+ -v, --version Display version information
```
## Environment Variables
In case you want to pass more information to `produce` using environment variables:
@@ -93,11 +96,11 @@
- `PRODUCE_LANGUAGE` (the language you want your app to use, e.g. `English`, `German`)
- `PRODUCE_VERSION` (the initial app version)
- `PRODUCE_SKU` (the SKU you want to use, which must be a unique number)
- `PRODUCE_SKIP_ITC` (should iTunes Connect app be created)
- `PRODUCE_SKIP_DEVCENTER` (should Apple Developer Portal app be created)
-- `FASTLANE_TEAM_ID` (the Team ID, e.g. `Q2CBPK58CA`)
-- `FASTLANE_TEAM_NAME` (the Team Name, e.g. `Felix Krause`)
+- `PRODUCE_TEAM_ID` (the Team ID, e.g. `Q2CBPK58CA`)
+- `PRODUCE_TEAM_NAME` (the Team Name, e.g. `Felix Krause`)
## [`fastlane`](https://github.com/KrauseFx/fastlane) Integration
Your `Fastfile` should look like this