dmd report hacktoberfest

dmd report hacktoberfest

Report packages that are participating in hacktoberfest

Usage

hacktoberfest

Synopsis

Report packages that you depend on, who have indicated they are participating in Hacktoberfest.

This provides insight into which dependencies have explicitly opted into Hacktoberfest (https://hacktoberfest.com) via their repository topics.

The resulting output prioritises dependencies that are more heavily used across all repositories that dependency-management-data is aware of, and does not have a limit of the number of packages returned.

This works by performing lookups to:

If a GITHUB_TOKEN environment variable is present, HTTP calls to GitHub.com will be performed.

If a GITHUB_TOKEN is not provided, we will use the cached data in Ecosystems, which may be stale. If data appears to be stale, a warning will be logged out.

Options

Flag (type) Usage Notes
-h, --help help for hacktoberfest
--organisation (tanna.dev) The organisation that hosts the repository that dependencies should be looked up for, for instance tanna.dev, `gitlab-org/sbom`
--perform-external-lookup Whether to allow the command to perform lookups to external systems, rather than attempt to source all data from the database. The command may not be able to fall back, and at which point will report an error
--platform (github) The platform that hosts the repository that dependencies should be looked up for, for instance github, `gitlab`
--repo (string) The repository that dependencies should be looked up for

Options inherited from parent commands

Flag (type) Usage Notes
--db (string) the path to the input/output database
--debug whether to enable debug logging