adobe / adobe/aio-cli-plugin-app
Incorrect calling of another plugin/command
Open
bug
- Dominant language
- JavaScript
- Stars
- 28
- Forks
- 41
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 3
Description
https://github.com/adobe/aio-cli-plugin-app/blame/251f7bb62424d52d9eef307a161d28b3ddcc9d9f/src/commands/app/pack.js#L139
I missed this when it was committed, but this is not how we should call other commands in the app-plugin.
The proper way to do this is here:
https://github.com/adobe/aio-cli-plugin-app/blob/251f7bb62424d52d9eef307a161d28b3ddcc9d9f/src/commands/app/run.js#L154-L157
Contributor guide
Assessment
This issue has not been assessed yet.