Skip to content

Release # 1.3.0

Compare
Choose a tag to compare
@slitviachenko slitviachenko released this 19 Sep 22:51
· 23 commits to main since this release
69921cb
  • Add the --required-services flag to the aio templates info command to output services required by installed templates.
    For example:
$ aio templates info --required-services
@adobe/generator-app-api-mesh@^0.1.0 (0.1.0) Required services: runtime, GraphQLServiceSDK
@adobe/generator-app-asset-compute@^0.2.3 (0.2.3) Required services: runtime, AssetComputeSDK
  • Output a list of services required by a template after a template installation if the --no-process-install-config flag was set, that is the case for aio app init --no-login
    For example:
$ aio templates install --no-process-install-config @adobe/generator-app-asset-compute
...
✔ Finished running template @adobe/generator-app-asset-compute

! Please check the following template dependencies, that should be met by Adobe Console project workspaces: runtime, AssetComputeSDK
  • Change command aliases:
aio templates r => aio templates rm
aio templates s => aio templates sub
  • Remove the aio templates rollb alias
  • Remove unused dependencies
  • Run tests on node-version: [14.x, 16.x], os: [ubuntu-latest, windows-latest]
  • Run tests on commits to main as well, as prs
  • Display badges in README