CHANGELOG.md
LICENSE
MANIFEST.in
Readme.md
pyproject.toml
ecosyste_ms_cli.egg-info/PKG-INFO
ecosyste_ms_cli.egg-info/SOURCES.txt
ecosyste_ms_cli.egg-info/dependency_links.txt
ecosyste_ms_cli.egg-info/entry_points.txt
ecosyste_ms_cli.egg-info/requires.txt
ecosyste_ms_cli.egg-info/top_level.txt
ecosystems_cli/__init__.py
ecosystems_cli/__main__.py
ecosystems_cli/cli.py
ecosystems_cli/constants.py
ecosystems_cli/exceptions.py
ecosystems_cli/mcp_server.py
ecosystems_cli/openapi_client.py
ecosystems_cli/apis/__init__.py
ecosystems_cli/apis/advisories.openapi.yaml
ecosystems_cli/apis/archives.openapi.yaml
ecosystems_cli/apis/commits.openapi.yaml
ecosystems_cli/apis/dependabot.openapi.yaml
ecosystems_cli/apis/diff.openapi.yaml
ecosystems_cli/apis/docker.openapi.yaml
ecosystems_cli/apis/issues.openapi.yaml
ecosystems_cli/apis/licenses.openapi.yaml
ecosystems_cli/apis/opencollective.openapi.yaml
ecosystems_cli/apis/packages.openapi.yaml
ecosystems_cli/apis/parser.openapi.yaml
ecosystems_cli/apis/registries.yaml
ecosystems_cli/apis/repos.openapi.yaml
ecosystems_cli/apis/resolve.openapi.yaml
ecosystems_cli/apis/sbom.openapi.yaml
ecosystems_cli/apis/sponsors.openapi.yaml
ecosystems_cli/apis/summary.openapi.yaml
ecosystems_cli/apis/timeline.openapi.yaml
ecosystems_cli/commands/__init__.py
ecosystems_cli/commands/advisories.py
ecosystems_cli/commands/archives.py
ecosystems_cli/commands/commits.py
ecosystems_cli/commands/decorators.py
ecosystems_cli/commands/dependabot.py
ecosystems_cli/commands/diff.py
ecosystems_cli/commands/docker.py
ecosystems_cli/commands/execution.py
ecosystems_cli/commands/generator.py
ecosystems_cli/commands/issues.py
ecosystems_cli/commands/licenses.py
ecosystems_cli/commands/mcp.py
ecosystems_cli/commands/opencollective.py
ecosystems_cli/commands/packages.py
ecosystems_cli/commands/parser.py
ecosystems_cli/commands/repos.py
ecosystems_cli/commands/resolve.py
ecosystems_cli/commands/sbom.py
ecosystems_cli/commands/sponsors.py
ecosystems_cli/commands/summary.py
ecosystems_cli/commands/timeline.py
ecosystems_cli/commands/handlers/__init__.py
ecosystems_cli/commands/handlers/advisories.py
ecosystems_cli/commands/handlers/archives.py
ecosystems_cli/commands/handlers/base.py
ecosystems_cli/commands/handlers/commits.py
ecosystems_cli/commands/handlers/default.py
ecosystems_cli/commands/handlers/dependabot.py
ecosystems_cli/commands/handlers/diff.py
ecosystems_cli/commands/handlers/docker.py
ecosystems_cli/commands/handlers/factory.py
ecosystems_cli/commands/handlers/issues.py
ecosystems_cli/commands/handlers/licenses.py
ecosystems_cli/commands/handlers/opencollective.py
ecosystems_cli/commands/handlers/packages.py
ecosystems_cli/commands/handlers/parser.py
ecosystems_cli/commands/handlers/repos.py
ecosystems_cli/commands/handlers/resolve.py
ecosystems_cli/commands/handlers/sbom.py
ecosystems_cli/commands/handlers/sponsors.py
ecosystems_cli/commands/handlers/summary.py
ecosystems_cli/commands/handlers/timeline.py
ecosystems_cli/helpers/click_params.py
ecosystems_cli/helpers/flatten_dict.py
ecosystems_cli/helpers/format_value.py
ecosystems_cli/helpers/get_domain.py
ecosystems_cli/helpers/load_api_spec.py
ecosystems_cli/helpers/print_error.py
ecosystems_cli/helpers/print_operations.py
ecosystems_cli/helpers/print_output.py
ecosystems_cli/helpers/purl_parser.py
tests/test_cli.py
tests/test_cli_domain.py
tests/test_constants.py
tests/test_format_value.py
tests/test_help_output.py
tests/test_load_api_spec.py
tests/test_mcp_server.py
tests/test_openapi_client.py
tests/test_package_metadata.py
tests/test_print_operations.py
tests/test_print_output.py