Releases: adobe/aio-cli-plugin-app
Releases · adobe/aio-cli-plugin-app
fix: aio app init and aio app use failing if not logged in before (Error: IMS context '$cli' is not configured)
fix: app init fails when given path argument
2.0.4
- fix: update to use @adobe/[email protected] d7fb4b8
- ACNA-735:
aio app use
enhancements (#214) d2b9603
2.0.3
- bugfix: rejoin by '=' c0551bc
2.0.2
- bump generator version to include bug fixes 6055413
2.0.1
- include schema in npm-pub 2d18e85
2.0.0
- bump [email protected], [email protected], [email protected] 6af2191
- Use generator-aio-console in
app init
(#211) 1767c27 - update AIO_LAUNCH_URL_PREFIX to custom-apps (#209) d5dd68e
- chore(package): update eslint-plugin-jsdoc to version 25.4.1 (#210) e8368b6
- Enable Tail log (#207) 59576ea
- fix: use @adobe/eslint-config-aio-lib-config - catches usage of unpublished modules (#206) 49309c7
- Merge pull request #205 from adobe/am-cd e1f1281
- rename AudienceManagerCDSDK 32cf837
- Add AM-CD code 51c26bc
- fix: config.schema - oauth2 object changes (closes #203) (#204) ce62740
1.7.1
- Always return a launchUrlPrefix from base command
- BugFix: replace string.search with string.contains, was always truthy fcb4e08
1.7.0
This release includes a small change to how we format the localDevUrl
If you have an .env entry of:
AIO_LAUNCH_URL_PREFIX="https://experience.adobe.com/?devMode=true#/myapps/?localDevUrl="
you will see a warning when you run aio app deploy | aio app run
Please update the value to be :
AIO_LAUNCH_URL_PREFIX="https://experience.adobe.com/?devMode=true#/apps/?localDevUrl="
/myapps/ => /apps/
- skip env var and use config lib (#200) e206671
- fix: Downloadable Config - org name, and credential names can have spaces (#199) 6a6a314
- fix: add json schema for the updated Adobe I/O Developer Console configuration file format, fixed tests (#194) ee514d2
- coverage, refactor certificate generation and add support for run --skip-actions (#180) 3f286dc