adobe / adobe/aio-cli-plugin-app
undeploy actions when closing run command
Open
bug
- Dominant language
- JavaScript
- Stars
- 28
- Forks
- 41
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 3
Description
## Current
- `aio app run` deploys actions to Adobe I/O Runtime
- Currently actions are not undeployed on run cleanup `CTRL + C` or error
## Potential Problem
- `aio app run` deploys actions transparently (there is a log message about remote deployment but easy to miss), and the user might think their action is local meaning they might embed sensitive data/credentials during development
## Nice to have
- undeploy actions on `aio app run`
Contributor guide
Assessment
This issue has not been assessed yet.