Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

wapm-cli "scan" CI that scans the registry for broken packages #274

Open
fschutt opened this issue Sep 6, 2022 · 1 comment
Open

wapm-cli "scan" CI that scans the registry for broken packages #274

fschutt opened this issue Sep 6, 2022 · 1 comment

Comments

@fschutt
Copy link
Contributor

fschutt commented Sep 6, 2022

Maybe this is more something for the backend, but it happens a lot that the registry contains broken packages (because wapm-cli evolves a lot). We could make a "scan" command, that regularly scans the registry and returns a list of packages that cannot be run, similar to a "fuzzer", then warns the user of the failing package.

@fschutt
Copy link
Contributor Author

fschutt commented Sep 27, 2022

{
  search(kind:PACKAGE, query:"", first: 1000) {
    edges {
      node {
        ...on PackageVersion {
          package {
            name
          }
        }
      }
    }
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant