How to create a new project using expo cli and get the PROJECT_ID from a ec2 ?

I want to add a project to my org and just need the project id to provide in doppler config (EXPO_PROJECT_ID) which wil later run doppler run -c prd_vvf – eas build --profile prod build the project. When i manually create a project by ALL PROJECT->NEW PROJECT->CREATE i get the Project ID but i want to achieve this using cli .

I need this too.

Well, If you want to automate the process of creating a new Expo project and retrieving the PROJECT_ID from an EC2 instance, you can use a script that leverages the Expo CLI. The script would involve steps like installing the Expo CLI, creating a new project, and then using the expo project:list command to retrieve the PROJECT_ID associated with the new project.