Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aio app run for asset compute error #522

Closed
pawee-del opened this issue Mar 16, 2022 · 1 comment
Closed

aio app run for asset compute error #522

pawee-del opened this issue Mar 16, 2022 · 1 comment

Comments

@pawee-del
Copy link

Describe the bug
when running aio app run, for an asset compute worker, the error was thrown

% aio app run
Using local project's @adobe/aio-cli-plugin-asset-compute version 2.0.1

› Error: You can only run one implementation at the time, please filter with
› the '-e' flag.

I am only running it in 1 terminal, there are no other terminals running app run.

@purplecabbage
Copy link
Member

this means that you are attempting to run an application which implements multiple extensions, you need to use the -e flag to specify which extension to run.
Without knowing more about your project, I suspect you need to run aio app run -e dx/asset-compute/worker/1

purplecabbage added a commit that referenced this issue Apr 12, 2022
purplecabbage added a commit that referenced this issue Apr 20, 2022
* Clearer help text for apps with multiple extensions

Relates to #522

* test for -e flag, not entire error message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants