--type flag not being picked up
See original GitHub issueHi, we recently upgraded to v0.25 of the cli but when running it in minimal mode, it doesn’t seem to pick up the --type
flag anymore, unless there is a new requirement that I’ve missed in the docs/cli help? I’ve went back through the versions and it seems the v0.23 is the latest version to work as expected.
Reproduce
eas submit --platform=android --key=GoogleAppAuthKey.json --type=aab --url=https://expo.dev/artifacts/XXXXXXXXXX
Actual Result
We couldn't auto detect the archive type
and changes to interactive mode.
Expected Result Continue in minimal mode
CLI Version
eas-cli/0.25.0 darwin-x64 node-v12.13.1
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7 (3 by maintainers)
Top Results From Across the Web
the flag ' ' is not recognized - bash - Stack Overflow
I need to write a bash script who's first ...
Read more >FLAG CODE DEFINITIONS FOR VEHICLE REGISTRATION ...
The “CO” flag does not stop the processing or updating of any transaction types and should be removed if no longer relevant. *...
Read more >Flag not recognized: No module named --batch_size - Guild AI
I noticed that the --batch_size flag is the first one, alphabetically. If I add another flag that comes first, then the batch_size flag...
Read more >Flag email messages for follow up - Microsoft Support
Flag to remind you and recipients to follow up On the Message tab, in the Tags group, select Follow Up, and then select...
Read more >Flag Code FAQ part 1: general questions - USHistory.org
The flag should never have placed upon it, nor on any part of it, nor attached to it any mark, insignia, letter, word,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dsokal I’m off work this week. But will give it a try next Monday and get back to you 👍
@DomVinyard we use Jenkins for our build pipeline. The issue we were having was that Jenkins can’t run the cli in interactive mode and we have to tell it the android type by using the
--type
flag.v0.25 didn’t seem to be picking it up when I passed it in. So I went back through the versions by running
yarn global add eas-cli@0.23
and tried to see what was the newest version that worked with the--type
flag.So in our Jenkins pipeline I hard coded the version in a similar way so it would use that version and successfully submit it to the Play Store. Let me know if I have missed any other details @DomVinyard.