본문 바로가기

fastlane

fastlane cert 생성하기


fastlane 공식 문서에 help가 업데이트가 잘안되네

cert 파일 help 정리

 


  cert


  CLI for 'cert' - Create new iOS code signing certificates


  Commands: (* default)

    create         * Create new iOS code signing certificates

    help             Display global or [command] help documentation

    revoke_expired   Revoke expired iOS code signing certificates


  Global Options:

    --verbose

    -h, --help           Display help documentation

    -v, --version        Display version information


  Options for create:

    --development [VALUE] Create a development certificate instead of a

distribution one (CERT_DEVELOPMENT)

    --force [VALUE]      Create a certificate even if an existing

certificate exists (CERT_FORCE)

    -u, --username STRING Your Apple ID Username (CERT_USERNAME)

    -b, --team_id STRING The ID of your Developer Portal team if you're in

multiple teams (CERT_TEAM_ID)

    -l, --team_name STRING The name of your Developer Portal team if you're

in multiple teams (CERT_TEAM_NAME)

    -o, --output_path STRING The path to a directory in which all

certificates and private keys should be stored (CERT_OUTPUT_PATH)

    -k, --keychain_path STRING Path to a custom keychain

(CERT_KEYCHAIN_PATH)

    -p, --keychain_password STRING This might be required the first time

you access certificates on a new mac. For the login/default keychain this

is your account password (CERT_KEYCHAIN_PASSWORD)

    --platform [VALUE]   Set the provisioning profile's platform (ios,

macos) (CERT_PLATFORM)


  Author:

    Felix Krause <cert@krausefx.com>


  Website:

    https://fastlane.tools


  GitHub:

    https://github.com/fastlane/cert




'fastlane' 카테고리의 다른 글

fastlane pilot 이 이상해졌다.  (0) 2017.05.09
gem update 에러  (0) 2017.05.05
fastlane app 생성  (0) 2017.05.01
command로 CertificateSigningRequest.certSigningRequest 생성하기  (0) 2017.04.29