Heroku Repo plugin

可操作软件仓库的 heroku CLI 插件。「Plugin for heroku CLI that can manipulate the repo」

Github stars Tracking Chart

Heroku Repo plugin

This plugin adds some commands to the heroku gem to interact with the app's repo

Installation

To install:

$ heroku plugins:install heroku-repo

Commands

clone

$ heroku repo:clone -a appname

This will clone the applications repo to your local filesystem. No collaboration necessary!

download

$ heroku repo:download -a appname

This will download the applications repo as a tarball.

gc

$ heroku repo:gc -a appname

This will run a git gc --aggressive against the applications repo. This is done inside a run process on the application.

purge-cache

$ heroku repo:purge_cache -a appname

This will delete the contents of the build cache stored in the repository. This is done inside a run process on the application.

reset

$ heroku repo:reset -a appname

This will empty the remote repository.

Main metrics

Overview
Name With Ownerheroku/heroku-repo
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2012-03-03 05:05:51
Pushed At2025-03-12 11:52:17
Last Commit At
Release Count17
Last Release Namev2.0.0 (Posted on 2025-03-11 17:12:18)
First Release Nameruby (Posted on )
用户参与
Stargazers Count689
Watchers Count87
Fork Count115
Commits Count138
Has Issues Enabled
Issues Count57
Issue Open Count8
Pull Requests Count44
Pull Requests Open Count6
Pull Requests Close Count21
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private