eas-cli icon indicating copy to clipboard operation
eas-cli copied to clipboard

[eas-cli] Add `eas run` command

Open sjchmiela opened this issue 5 months ago • 3 comments

Why

eas workflow:run .eas/workflows/deploy-to-production.yml is quite long.

eas run deploy-to-production is ✨.

How

  • added an alias to the command
  • changed how we resolve workflow file path from input (to support deploy-to-production).

Test Plan

Claude wrote tests which look sensible. I ran easd run basic-test in my local project.

> ~/Developer/test-local/mobile (test-5 [$✘!?]) easd run basic-test
(node:59375) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Using workflow file from /Users/sjchmiela/Developer/test-local/mobile/.eas/workflows/basic-test.yml

sjchmiela avatar Aug 10 '25 09:08 sjchmiela