Piotr Szeremeta
Piotr Szeremeta
# Why Docs should use data from `eas-build` repo (https://github.com/expo/eas-build/pull/250) to generate hardware and vm specs. # Deploy Plan 1. https://github.com/expo/eas-build/pull/250 2. https://github.com/expo/expo/pull/22601 3. https://github.com/expo/universe/pull/12701
# Why [ENG-11445](https://linear.app/expo/issue/ENG-11445/investigate-whether-we-can-expose-the-delivery-uuid-for-a-submission) Investigate whether we can expose the "delivery UUID" for a submission Having Delivery UUID (or requestUUID) simplifies debugging process and contact with Apple technical support. More verbose...
# Why [ENG-10412](https://linear.app/expo/issue/ENG-10412/ui-to-inspect-the-contents-of-eas-build-archive-for-a-build) We want to allow user to easily check the content of build archive. This should streamline debugging for certain cases. # How CLI generates file containing a...
# Why [ENG-9500](https://linear.app/expo/issue/ENG-9500/caching-for-custom-builds) User should be able to save and restore files in their custom builds as steps. This is part 1 of this feature. It provides two new custom...
# Why User doesn't need to know about metadata file, fewer log lines is better. # How Removed logging of metadata operations, parallelised uploading project archive and metadata file. #...
# Why Implements the following commands: - `eas env:create` ENG-11913 - `eas env:get` ENG-11915 - `eas env:delete` ENG-11914 - `eas env:list` ENG-11917 - `eas env:update` ENG-11918 (Currently only delegates to...
# Why Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. # How How did you build this feature or fix...
# Why User should be able to synchronise local environment variables with upstream. - https://linear.app/expo/issue/ENG-11920/add-eas-envpush-command - https://linear.app/expo/issue/ENG-11919/add-eas-envpull-command # How - added `eas env:pull` and `eas env:push` commands - `eas env:pull`...
# Why [ENG-13930: Allow passing environment without the flag](https://linear.app/expo/issue/ENG-13930/allow-passing-environment-without-the-flag) It is more intuitive to use this command like: ``` eas env:pull production ``` rather than: ``` eas env:pull --environment production...
# Why Commands streamlining usage of environment variables * `eas env:init` - install direnv, set up .envrc file and .gitignore * `eas env:load --environment production` - pulls envvars from given...