How to add params to command line?

Hi everyone,
I’m creating a tool that helps to build a standard app, but I don’t know how to add a param to command line.
For example: exp build:ios => Thene EXPO will ask for Apple Developer account.
How can I add a param like exp build:ios -u ‘appleaccount’ -p ‘password’ then get it.
Thank so much!

Hey @nguyen_dttn,

You can pass these flags to the build command: --team-id, --dist-p12-path, --push-p12-path. We don’t have password flag as it wouldn’t work with 2FA.

Cheers,

Adam

Hi @adamjnav,
Thank for your reply.
is there a way to ask for the credential? I mean

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.