Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [eas-cli] Update oclif version Updated oclif version See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Update dependencies Updated dependencies of cli that also use oclif and used to depend on older versions See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Merge main Updated the branch after long inactivity See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix flags Fixed flags for build command See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix flags Fixed flags for build:version:set and build:version:get commands See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Add getters Added getters for build status and distribution type from string flag values See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix args Fixed args in `branch` commands See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix flags Fixed flags in `build:version` commands See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix flags and args Fixed flags and args in `build` commands See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix flags and args Fixed flags and args in `channel` commands See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix flags and args Fixed flags and args in `device` commands See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix flags and args Fixed flags and args in `secret` commands See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix flags and args Fixed flags and args in `update` commands See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix flags and args Fixed flags and args in `webhook` commands See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix flags and args Fixed flags and args in `analytics`, `config`, `credentials` and `submit` commands See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Fix test Fixed EasCommand-test See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Add getters Added getters for environment secret scope and secret type from string flag value See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Add getters Added getters for end outcome from string flag value See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Add getters Added getters for requested platform from string flag value See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Update oclif Use newest version of oclif packages where possible See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Downgrade oclif Oclif v4 needs node >= v18, so had to downgrade it to v3 See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * Revert "[eas-cli] Add getters" This reverts commit 74f6f06. * Revert "[eas-cli] Add getters" This reverts commit bdfcd6c. * Revert "[eas-cli] Add getters" This reverts commit ab634e4. * Revert "[eas-cli] Fix test" This reverts commit 0683110. * Revert "[eas-cli] Fix flags and args" This reverts commit c057738. * Revert "[eas-cli] Fix flags and args" This reverts commit 5d4f380. * Revert "[eas-cli] Fix flags and args" This reverts commit a32ee86. * Revert "[eas-cli] Fix flags and args" This reverts commit 8e46cfc. * Revert "[eas-cli] Fix flags and args" This reverts commit 00d3322. * Revert "[eas-cli] Fix flags and args" This reverts commit 26af526. * Revert "[eas-cli] Fix flags and args" This reverts commit d091288. * Revert "[eas-cli] Fix flags" This reverts commit 669b212. * Revert "[eas-cli] Fix args" This reverts commit f24e7e5. * Revert "[eas-cli] Add getters" This reverts commit 766d48e. * Revert "[eas-cli] Fix flags" This reverts commit 928d826. * Revert "[eas-cli] Fix flags" This reverts commit f9d8e24. * [eas-cli] Downgrade oclif Oclif v4 and v3 need node >= v18, so had to downgrade it to v2. v2 has a bug however when importing one of the dependencies which makes it unusable so had to go back to v1 See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * [eas-cli] Downgrade oclif/plugin-autocomplete oclif/plugin-autocomplete v3 needs oclif/core v3 which needs node >= v18, so had to downgrade it to v2 See: https://linear.app/expo/issue/ENG-9175/update-oclif-in-eas-cli * update CHANGELOG.md
- Loading branch information