Socket
Socket
Sign inDemoInstall

heroku-repo

Package Overview
Dependencies
124
Maintainers
277
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    heroku-repo

Heroku CLI plugin to manipulate the repo


Version published
Weekly downloads
1.5K
decreased by-9.01%
Maintainers
277
Install size
10.4 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 23 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc