Skip to content

1.7.0

Compare
Choose a tag to compare
@purplecabbage purplecabbage released this 28 Apr 23:53
· 441 commits to master since this release

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

1.6.3...1.7.0