{"id":37348955,"url":"https://github.com/benmoss/pixi-outdated","last_synced_at":"2026-02-06T16:15:59.869Z","repository":{"id":320571265,"uuid":"1082568160","full_name":"benmoss/pixi-outdated","owner":"benmoss","description":"Kinda like `brew outdated` but for pixi","archived":false,"fork":false,"pushed_at":"2025-11-01T19:13:32.000Z","size":162,"stargazers_count":7,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-24T01:47:53.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benmoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-24T12:41:55.000Z","updated_at":"2025-11-01T19:13:36.000Z","dependencies_parsed_at":"2026-01-23T11:03:35.679Z","dependency_job_id":null,"html_url":"https://github.com/benmoss/pixi-outdated","commit_stats":null,"previous_names":["benmoss/pixi-outdated"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/benmoss/pixi-outdated","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmoss%2Fpixi-outdated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmoss%2Fpixi-outdated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmoss%2Fpixi-outdated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmoss%2Fpixi-outdated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benmoss","download_url":"https://codeload.github.com/benmoss/pixi-outdated/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benmoss%2Fpixi-outdated/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29167908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T15:38:29.831Z","status":"ssl_error","status_checked_at":"2026-02-06T15:37:48.592Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T04:00:32.311Z","updated_at":"2026-02-06T16:15:59.850Z","avatar_url":"https://github.com/benmoss.png","language":"Rust","funding_links":[],"categories":["Extensions"],"sub_categories":["Example projects"],"readme":"# pixi-outdated\n\nA CLI tool to check for outdated dependencies in pixi projects.\n\n## Installation\n\nYou can install pixi-outdated with `pixi` via:\n\n```bash\npixi global install pixi-outdated\n```\n\nIt can also be installed by downloading the artifact from the latest release and adding it to your PATH.\n\n## Usage\n\nCheck all packages:\n\n```bash\npixi-outdated\n```\n\nCheck only explicit dependencies from pixi.toml:\n\n```bash\npixi-outdated --explicit\n```\n\nCheck specific packages:\n\n```bash\npixi-outdated datasette\npixi-outdated datasette cowsay sqlite\n```\n\nCheck packages in a specific environment:\n\n```bash\npixi-outdated --environment prod\n```\n\nCheck packages for a specific platform:\n\n```bash\npixi-outdated --platform linux-64\n```\n\nBy default, pixi-outdated checks all platforms in your pixi.lock file and groups results by platform.\n\n### Options\n\n```\nArguments:\n  [PACKAGES]...       Specific package names to check\n\nOptions:\n  -x, --explicit                 Only check packages explicitly listed in pixi.toml\n  -e, --environment \u003cENV\u003e        The environment to check (defaults to default environment)\n  -p, --platform \u003cPLATFORM\u003e      The platform to check (defaults to all platforms in lockfile)\n  -j, --json                     Output in JSON format\n  -v, --verbose                  Verbose output with debug logging\n  -f, --manifest \u003cMANIFEST\u003e      Path to the pixi.toml file\n  -h, --help                     Print help\n  -V, --version                  Print version\n```\n\n### Example Output\n\n```bash\n$ pixi-outdated\nChecking platforms: linux-64, osx-arm64\n\n=== All Platforms ===\ncowsay: 5.0 -\u003e 6.1\nlibffi: 3.4.6 -\u003e 3.5.2\n\n=== Platform: osx-arm64 ===\nicu: 73.2 -\u003e 75.1\npython: 3.12.12 -\u003e 3.14.0\n\n=== Platform: linux-64 ===\nlibsqlite: 3.50.1 -\u003e 3.50.4\npython: 3.12.11 -\u003e 3.14.0\n```\n\n## Testing\n\n```bash\ncargo test\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmoss%2Fpixi-outdated","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenmoss%2Fpixi-outdated","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmoss%2Fpixi-outdated/lists"}