Skip to content

feat: Support listing packages and their licenses via packages check licensesΒ #1274

@IchordeDionysos

Description

@IchordeDionysos

Description

Instead of just proving a simple output (Retrieved 10 licenses from 10 packages of type: MIT (10)), optionally allow users to list all licenses in a simple format.

e.g. very_good_cli package check licenses --list

And return something like:

Retrieved 1 licenses from 1 packages of type: MIT (1). (0.4s)

very_good_cli - MIT

Or a CSV-like format:

Retrieved 1 licenses from 1 packages of type: MIT (1). (0.4s)

very_good_cli,MIT

Requirements

  • Allow to lit all analysed packages.
  • All CI/CD checks are passing.
  • There is no drop in the test coverage percentage.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA new feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions