-
Notifications
You must be signed in to change notification settings - Fork 31
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
Deploy single action problem #805
Comments
@purplecabbage can we get some eyes on this? Is it better if I create an internal Jira ticket to match? |
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-3024 |
This appears to be an issue with the Production workspace, and the If
(preparing a patch) |
PR #808 |
Hello,
When I try to deploy a single Action, I have this error :
$ aio app deploy -a someAction › Error: Cannot read properties of undefined (reading 'getProject')
After some research, I see there is a "publish" flag initialized here :
aio-cli-plugin-app/src/commands/app/deploy.js
Line 35 in 3787819
flags.publish = flags.publish && !flags.action
This flag is used to initialize
libConsoleCLI
variable wich is used for "getProject" function...I think you have to remove "&& !flags.action" to let single action to deploy.
Thank you.
Damien.
The text was updated successfully, but these errors were encountered: