Generating Keystore via CLI non-interactive

I see in the CLI documentation that the --generate-keystore is deprecated, however how are we supposed to allow expo to generate a keystore via the cli in a non-interactive way. I want the build server to be able to do these builds without having to have someone manually use the arrow key and hit enter. Sorry if I am missing something but it seems like that flag should not be deprecated and instead allow expo to generate a key for me without asking.

Thanks!

Expo CLI 4.0.13 environment info:
System:
OS: Windows 10 10.0.17134
Binaries:
Node: 15.0.1 - C:\Program Files\nodejs\node.EXE
Yarn: 1.16.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.14.9 - C:\Node\npm\npm.CMD
IDEs:
Android Studio: Version 3.6.0.0 AI-192.7142.36.36.6200805
npmPackages:
expo: ~39.0.2 => 39.0.5
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz => 0.63.2
react-native-web: ~0.13.12 => 0.13.18
react-navigation: ~4.0.10 => 4.0.10
Expo Workflow: managed

This is sth that happens only during the first build, latter builds will use that previously generated keystore

So there is no way and we have to log into the build server for any new project? Is there a reason there is no CLI command to allow us to do this headless?

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