$ fastlane produce create -u name@domain.com -a com.compnay.app -q AppName -z 1.0.0 -y Hiapp2 -m Korean -c Company -b TEAM_ID -p "ITC_TEAM_NAME" |
fastlane 공식홈에 나오는 help가 최신이 아니라서 작성해둠
$ fastlane produce --help produce CLI for 'produce' Commands: (* default) associate_group Associate with a group, which is created if needed or simply located otherwise create * Creates a new app on iTunes Connect and the Apple Developer Portal disable_services Disable specific Application Services for a specific app on the Apple Developer Portal enable_services Enable specific Application Services for a specific app on the Apple Developer Portal group Ensure that a specific App Group exists help Display global or [command] help documentation Global Options: --verbose -h, --help Display help documentation -v, --version Display version information Options for create: -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) -e, --bundle_identifier_suffix STRING App Identifier Suffix (Ignored if App Identifier does not ends with .*) (PRODUCE_APP_IDENTIFIER_SUFFIX) -q, --app_name STRING App Name (PRODUCE_APP_NAME) -z, --app_version STRING Initial version number (e.g. '1.0') (PRODUCE_VERSION) -y, --sku STRING SKU Number (e.g. '1234') (PRODUCE_SKU) -j, --platform STRING The platform to use (optional) (PRODUCE_PLATFORM) -m, --language STRING Primary Language (e.g. 'English', 'German') (PRODUCE_LANGUAGE) -c, --company_name STRING The name of your company. Only required if it's the first app you create (PRODUCE_COMPANY_NAME) -i, --skip_itc [VALUE] Skip the creation of the app on iTunes Connect (PRODUCE_SKIP_ITC) -P, --enabled_features [VALUE] Array with Spaceship App Features (PRODUCE_ENABLED_FEATURES) -d, --skip_devcenter [VALUE] Skip the creation of the app on the Apple Developer Portal (PRODUCE_SKIP_DEVCENTER) -b, --team_id STRING The ID of your Developer Portal team if you're in multiple teams (PRODUCE_TEAM_ID) -l, --team_name STRING The name of your Developer Portal team if you're in multiple teams (PRODUCE_TEAM_NAME) -k, --itc_team_id [VALUE] The ID of your iTunes Connect team if you're in multiple teams (PRODUCE_ITC_TEAM_ID) -p, --itc_team_name STRING The name of your iTunes Connect team if you're in multiple teams (PRODUCE_ITC_TEAM_NAME) Author: Felix Krause <produce@krausefx.com> Website: https://fastlane.tools GitHub: https://github.com/fastlane/produce |
'fastlane' 카테고리의 다른 글
fastlane pilot 이 이상해졌다. (0) | 2017.05.09 |
---|---|
gem update 에러 (0) | 2017.05.05 |
fastlane cert 생성하기 (0) | 2017.05.03 |
command로 CertificateSigningRequest.certSigningRequest 생성하기 (0) | 2017.04.29 |