Right now, when installing a template via aio app add action for example -- the command appears to "hang" when processing the install.yml file since we don't provide any loading text or spinner to tell the user that something is happening. This will become more apparent if the user's network is slow or the Dev Console server is taking longer than expected.
Suggestion: add some loading text and spinner before/after here:
|
await this.setConsoleProjectConfig(templateName) |
Right now, when installing a template via
aio app add actionfor example -- the command appears to "hang" when processing theinstall.ymlfile since we don't provide any loading text or spinner to tell the user that something is happening. This will become more apparent if the user's network is slow or the Dev Console server is taking longer than expected.Suggestion: add some loading text and spinner before/after here:
aio-cli-plugin-app-templates/src/commands/templates/install.js
Line 73 in 900add6