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
Use aio-cli@9.x
aio-cli@9.x
❯ aio app deploy › Error: Cannot read properties of undefined (reading 'getProject')
Line
aio-cli-plugin-app/src/commands/app/deploy.js
Line 260 in 29a6089
libConsoleCli
flags.publish
Line 37 in 29a6089
The code causing the error was introduced in 4197d2e
The text was updated successfully, but these errors were encountered:
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1830
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Repro
Use
aio-cli@9.x
Error
Investigation
Line
aio-cli-plugin-app/src/commands/app/deploy.js
Line 260 in 29a6089
libConsoleCli
is null, becauseflags.publish
is false due toaio-cli-plugin-app/src/commands/app/deploy.js
Line 37 in 29a6089
The code causing the error was introduced in 4197d2e
The text was updated successfully, but these errors were encountered: