We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running aio app build -a doesnotexist should warn the user that the action doesnotexist was not found and could not be built
Just a simple info message is logged .. ℹ No actions built for 'dx/excshell/1'
ℹ No actions built for 'dx/excshell/1'
Make up an action name that does not exist, and run aio app build -a doesnotexist
aio app build -a doesnotexist
System: OS: macOS 15.1.1 CPU: (10) arm64 Apple M1 Max Memory: 755.39 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.20.4 - ~/.nvm/versions/node/v18.20.4/bin/node Yarn: 1.22.19 - ~/.bun/bin/yarn npm: 10.7.0 - ~/.nvm/versions/node/v18.20.4/bin/npm Virtualization: Docker: 20.10.17 - /usr/local/bin/docker npmGlobalPackages: @adobe/aio-cli: 10.3.1
The text was updated successfully, but these errors were encountered:
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-3396
Sorry, something went wrong.
No branches or pull requests
Expected Behaviour
Running aio app build -a doesnotexist should warn the user that the action doesnotexist was not found and could not be built
Actual Behaviour
Just a simple info message is logged ..
ℹ No actions built for 'dx/excshell/1'
Reproduce Scenario (including but not limited to)
Make up an action name that does not exist, and run
aio app build -a doesnotexist
Environment Info
The text was updated successfully, but these errors were encountered: