want to show question "Are you sure to build for the product version?" in CLI soon after eas build

Hi, there.

I think this question is a little far from expo features but node features.

Our environment can be switched between test and product by process env now.

If the variable is “product”, we wanna show the question in CLI as I mentioned in the title to prevent someone from building and submitting the product version accidentally instead of test version before building.

How can we make it?

hi there! you can create a shell script that wraps eas-cli that outputs this information and then prompts you to continue