{"id":28551987,"url":"https://github.com/heroku/heroku-slugs","last_synced_at":"2026-01-29T22:11:23.536Z","repository":{"id":45270293,"uuid":"81104094","full_name":"heroku/heroku-slugs","owner":"heroku","description":"CLI Plugin to manage downloading of slugs","archived":false,"fork":false,"pushed_at":"2025-05-18T19:40:30.000Z","size":303,"stargazers_count":37,"open_issues_count":4,"forks_count":10,"subscribers_count":87,"default_branch":"main","last_synced_at":"2025-05-19T13:25:48.334Z","etag":null,"topics":["heroku","heroku-cli-plugin"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heroku.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-06T15:56:12.000Z","updated_at":"2025-03-14T15:48:52.000Z","dependencies_parsed_at":"2024-04-16T09:32:25.411Z","dependency_job_id":"5ee327c3-f470-4902-b5fc-ba942b025dd1","html_url":"https://github.com/heroku/heroku-slugs","commit_stats":{"total_commits":26,"total_committers":7,"mean_commits":"3.7142857142857144","dds":"0.42307692307692313","last_synced_commit":"9760809fa27a564673c0bd5a5623cc04eb7c5ae8"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heroku%2Fheroku-slugs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heroku%2Fheroku-slugs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heroku%2Fheroku-slugs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heroku%2Fheroku-slugs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heroku","download_url":"https://codeload.github.com/heroku/heroku-slugs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heroku%2Fheroku-slugs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259003734,"owners_count":22791055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["heroku","heroku-cli-plugin"],"created_at":"2025-06-10T04:07:54.722Z","updated_at":"2026-01-29T22:11:18.503Z","avatar_url":"https://github.com/heroku.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heroku Slugs CLI Plugin\n\nThis plugin adds commands to the Heroku CLI for downloading slugs\n\n## Commands\n\n```\n$ heroku slugs -a appname\nSlugs in appname\nv24: 00000000-bbbb-cccc-dddd-eeeeeeeeeeee\nv23: 11111111-bbbb-cccc-dddd-eeeeeeeeeeee\nv22: 22222222-bbbb-cccc-dddd-eeeeeeeeeeee\nv21: 33333333-bbbb-cccc-dddd-eeeeeeeeeeee\n\n$ heroku slugs:download 00000000-bbbb-cccc-dddd-eeeeeeeeeeee -a appname\n```\n\nThis will download the Slug directly from our filestore on S3\n\n## Using a proxy\n\n```\n$ export HEROKU_HTTP_PROXY_HOST=\u003cyour-proxy-host\u003e\n$ export HEROKU_HTTP_PROXY_PORT=\u003cyour-proxy-port\u003e\n$ heroku slugs:download 00000000-bbbb-cccc-dddd-eeeeeeeeeeee -a appname\n```\n\n\u003c!-- toc --\u003e\n* [Heroku Slugs CLI Plugin](#heroku-slugs-cli-plugin)\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n\n# Usage\n  \u003c!-- usage --\u003e\n```sh-session\n$ heroku plugins:install @heroku-cli/heroku-slugs\n$ heroku COMMAND\nrunning command...\n...\n```\n\u003c!-- usagestop --\u003e\n\n# Commands\n  \u003c!-- commands --\u003e\n* [`heroku slugs`](#heroku-slugs)\n* [`heroku slugs:download [SLUG]`](#heroku-slugsdownload-slug)\n\n## `heroku slugs`\n\nlist recent slugs on application\n\n```\nUSAGE\n  $ heroku slugs -a \u003cvalue\u003e [-r \u003cvalue\u003e]\n\nFLAGS\n  -a, --app=\u003cvalue\u003e     (required) app to run command against\n  -r, --remote=\u003cvalue\u003e  git remote of app to use\n\nDESCRIPTION\n  list recent slugs on application\n\nEXAMPLES\n  $ heroku slugs --app myapp\n```\n\n_See code: [src/commands/slugs/index.ts](https://github.com/heroku/heroku-slugs/blob/v2.0.0/src/commands/slugs/index.ts)_\n\n## `heroku slugs:download [SLUG]`\n\ndownload a slug's tarball to \u003cAPP_NAME\u003e/slug.tar.gz and then extract the slug\n\n```\nUSAGE\n  $ heroku slugs:download [SLUG] -a \u003cvalue\u003e [-e] [-r \u003cvalue\u003e]\n\nARGUMENTS\n  SLUG  name or ID of slug\n\nFLAGS\n  -a, --app=\u003cvalue\u003e      (required) app to run command against\n  -e, --no-extract-slug  skip extracting slug after download\n  -r, --remote=\u003cvalue\u003e   git remote of app to use\n\nDESCRIPTION\n  download a slug's tarball to \u003cAPP_NAME\u003e/slug.tar.gz and then extract the slug\n\nEXAMPLES\n  $ heroku slugs:download --app example-app v2\n\n  $ heroku slugs:download --app example-app v2 --no-extract-slug\n```\n\n_See code: [src/commands/slugs/download.ts](https://github.com/heroku/heroku-slugs/blob/v2.0.0/src/commands/slugs/download.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheroku%2Fheroku-slugs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheroku%2Fheroku-slugs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheroku%2Fheroku-slugs/lists"}