Releases: adobe/aio-cli-plugin-app-templates
Releases · adobe/aio-cli-plugin-app-templates
2.0.3
2.0.2
2.0.1
2.0.0
Release # 1.5.2
- Updated the @adobe/aio-lib-console-project-installation dependency to the latest version (#54)
Release # 1.5.1
#50: oclif.manifest.json
should not be checked in
Release # 1.5.0
#48: Feature: npm v8 install support
Release # 1.4.0
- DEVX-2574: Update aio-lib-templates dependency (#45)
Release # 1.3.1
- New TEMPLATE_REGISTRY_API_URL, TEMPLATE_REGISTRY_API_VERSION env vars to override Template Registry API config values
- Update README.md, oclif.manifest.json
Release # 1.3.0
- Add the
--required-services
flag to theaio 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 foraio 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