README.md in produce-0.6.0 vs README.md in produce-0.6.1

- old
+ new

@@ -14,11 +14,12 @@ <b>produce</b> &bull; <a href="https://github.com/KrauseFx/cert">cert</a> &bull; <a href="https://github.com/KrauseFx/codes">codes</a> &bull; <a href="https://github.com/fastlane/spaceship">spaceship</a> &bull; <a href="https://github.com/fastlane/pilot">pilot</a> &bull; - <a href="https://github.com/fastlane/boarding">boarding</a> + <a href="https://github.com/fastlane/boarding">boarding</a> &bull; + <a href="https://github.com/fastlane/gym">gym</a> </p> ------- <p align="center"> <img src="assets/produce.png"> @@ -112,26 +113,10 @@ produce associate_group -a com.krausefx.app group.krausefx # Parameters -``` - -u, --username STRING Your Apple ID Username (PRODUCE_USERNAME) - -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_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 -``` - Get a list of all available options using produce enable_services --help ``` @@ -225,25 +210,17 @@ - [`cert`](https://github.com/KrauseFx/cert): Automatically create and maintain iOS code signing certificates - [`codes`](https://github.com/KrauseFx/codes): Create promo codes for iOS Apps using the command line - [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect - [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal - [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers +- [`gym`](https://github.com/fastlane/gym): Building your iOS apps has never been easier + ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx) # Need help? -- If there is a technical problem with `produce`, submit an issue. -- I'm available for contract work - drop me an email: produce@krausefx.com +Please submit an issue on GitHub and provide information about your setup # License This project is licensed under the terms of the MIT license. See the LICENSE file. > This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools. - -# Contributing - -1. Create an issue to start a discussion about your idea -2. Fork it (https://github.com/KrauseFx/produce/fork) -3. Create your feature branch (`git checkout -b my-new-feature`) -4. Commit your changes (`git commit -am 'Add some feature'`) -5. Push to the branch (`git push origin my-new-feature`) -6. Create a new Pull Request