Heroku Repo plugin

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

Github星跟踪图

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.

主要指标

概览
名称与所有者heroku/heroku-repo
主编程语言TypeScript
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2012-03-03 05:05:51
推送于2025-03-12 11:52:17
最后一次提交
发布数17
最新版本名称v2.0.0 (发布于 2025-03-11 17:12:18)
第一版名称ruby (发布于 )
用户参与
星数689
关注者数87
派生数115
提交数138
已启用问题?
问题数57
打开的问题数8
拉请求数44
打开的拉请求数6
关闭的拉请求数21
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?