Skip to content

extension keys must be tied to explicit versions #46

@purplecabbage

Description

@purplecabbage

Description

This command was broken by publishing a new latest version of this module, even though it was a major version.

aio app:init --no-login -i ../../test/console.json -e dx/asset-compute/worker/1

dx/asset-compute/worker/1 used to mean @adobe/[email protected]

but now it results in:
@adobe/generator-app-asset-compute@2 which may not be compatible.

Workaround

Use:
--template @adobe/[email protected] instead of the --extension flag.

Fix

We need to decide if a new major of a template generator should also mean a new extension registry key.
Should
dx/asset-compute/worker/1 => @adobe/generator-app-asset-compute@1
and
dx/asset-compute/worker/2 => @adobe/generator-app-asset-compute@2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions