expo / eas-cli

Fastest way to build, submit, and update iOS and Android apps
https://docs.expo.dev/eas/
MIT License
840 stars 85 forks source link

[eas-cli] Unhide workflow commands #2683

Closed sjchmiela closed 3 days ago

sjchmiela commented 1 week ago

Why

Going to release soon.

How

Removed hidden = true overrides.

Test Plan

easd --help printed out information about workflow commands.

~/Developer/test-local (main [$!]) easd --help
EAS command line tool

VERSION
  eas-cli/13.1.1 darwin-arm64 node-v22.4.0

USAGE
  $ eas [COMMAND]

TOPICS
...
  workflow     manage workflows
~/Developer/test-local (main [$!]) easd workflow --help                       
manage workflows

USAGE
  $ eas workflow:COMMAND

COMMANDS
  workflow:run       Run an EAS workflow
  workflow:validate  validate a workflow configuration yaml file
github-actions[bot] commented 1 week ago
Subscribed to pull request File Patterns Mentions
**/* @szdziedzic, @khamilowicz

Generated by CodeMention

github-actions[bot] commented 1 week ago

Size Change: -3.13 kB (-0.01%)

Total Size: 52.9 MB

Filename Size Change
./packages/eas-cli/dist/eas-linux-x64.tar.gz 52.9 MB -3.13 kB (-0.01%)

compressed-size-action

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 52.93%. Comparing base (fdb167d) to head (04c03eb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2683 +/- ## ========================================== - Coverage 52.94% 52.93% -0.00% ========================================== Files 576 576 Lines 22103 22100 -3 Branches 4336 4336 ========================================== - Hits 11700 11697 -3 Misses 10369 10369 Partials 34 34 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 days ago

✅ Thank you for adding the changelog entry!