adobe / adobe/aio-cli-plugin-app
Action auto refresh with aio app run skip actions
- Lingua principale
- JavaScript
- Stelle
- 28
- Fork
- 41
- Merge medio
- 1g 2h
- PR unite (30g)
- 3
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia dai punti di ingresso `aio app run` e `aio app run --skip-actions` e traccia come vengono selezionati la build delle action, il deployment e la gestione delle modifiche ai file. Il lavoro è completato quando `--skip-actions` evita la build e il deployment iniziali, continuando però ad aggiornare le singole action dopo le modifiche ai file, senza cambiare il comportamento predefinito esistente.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript
- Ambito
- cli
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 38/100