Skip to content

The CLI should have a way to list the actual versions behind current import maps #559

@wkillerud

Description

@wkillerud

It would be useful to have a command to list the actual versions an import map resolves to (behind the alias).

I imagine the command would print an output similar to npm outdated, with the Alias to the left, it's Mapped to version next to it, and the Installed version from package.json to the right.

It should warn if Eik resolves to a lower version than package.json. This validation should give a non-zero exit code so it can be run on CI and cause a build to fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions