adobe / adobe/aio-cli-plugin-app
Action auto refresh with aio app run skip actions
- Dominant language
- JavaScript
- Stars
- 28
- Forks
- 41
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 3
Description
To run the app locally, you have 2 options for:
* `aio app run`: build and deploy all the actions in the app, and activate the auto deployment of individual actions upon changes (file saving)
* `aio app run --skip-actions`: run the app without building and deploying the actions, and also skip any file change during the run (no auto deployment)
This is not efficient when there are quite many actions in the app. In this case, you may want to skip building & deploying them when running `aio app run`, but still have the auto refresh upon file changes. This would improve local dev experience and time, especially for those having to stop and rerun the app often.
Contributor guide
Research direction
Start at the `aio app run` and `aio app run --skip-actions` entry points and trace how action building, deployment, and file-change handling are selected. Done means `--skip-actions` avoids the initial build and deployment while still refreshing individual actions after file changes, without changing the existing default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100