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