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
As you can see here, the config is only imported after the templates are installed here, for the "no login" case:
aio-cli-plugin-app/src/commands/app/init.js
Lines 117 to 126 in f1088f1
For the "logged in" case, the templates are installed after the console config is imported:
Lines 157 to 164 in f1088f1
We should be consistent in both cases.
Import the console config (if available via flag for the no login case), before templates are installed.
Code affected:
The text was updated successfully, but these errors were encountered:
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2232
Sorry, something went wrong.
No branches or pull requests
Description
As you can see here, the config is only imported after the templates are installed here, for the "no login" case:
aio-cli-plugin-app/src/commands/app/init.js
Lines 117 to 126 in f1088f1
For the "logged in" case, the templates are installed after the console config is imported:
aio-cli-plugin-app/src/commands/app/init.js
Lines 157 to 164 in f1088f1
We should be consistent in both cases.
The Fix
Import the console config (if available via flag for the no login case), before templates are installed.
Code affected:
aio-cli-plugin-app/src/commands/app/init.js
Lines 117 to 126 in f1088f1
The text was updated successfully, but these errors were encountered: