@@ -44,7 +44,7 @@ DESCRIPTION
44
44
clone the application repo to your local filesystem
45
45
```
46
46
47
- _ See code: [ src/commands/repo/clone.ts] ( https://github.com/heroku/heroku-repo/blob/v1 .0.14 /src/commands/repo/clone.ts ) _
47
+ _ See code: [ src/commands/repo/clone.ts] ( https://github.com/heroku/heroku-repo/blob/v2 .0.0 /src/commands/repo/clone.ts ) _
48
48
49
49
## ` heroku repo:download [FILENAME] `
50
50
@@ -65,7 +65,7 @@ DESCRIPTION
65
65
download the application repo as a tarball
66
66
```
67
67
68
- _ See code: [ src/commands/repo/download.ts] ( https://github.com/heroku/heroku-repo/blob/v1 .0.14 /src/commands/repo/download.ts ) _
68
+ _ See code: [ src/commands/repo/download.ts] ( https://github.com/heroku/heroku-repo/blob/v2 .0.0 /src/commands/repo/download.ts ) _
69
69
70
70
## ` heroku repo:gc `
71
71
@@ -83,7 +83,7 @@ DESCRIPTION
83
83
run a git gc --aggressive on an application's repository
84
84
```
85
85
86
- _ See code: [ src/commands/repo/gc.ts] ( https://github.com/heroku/heroku-repo/blob/v1 .0.14 /src/commands/repo/gc.ts ) _
86
+ _ See code: [ src/commands/repo/gc.ts] ( https://github.com/heroku/heroku-repo/blob/v2 .0.0 /src/commands/repo/gc.ts ) _
87
87
88
88
## ` heroku repo:purge_cache `
89
89
@@ -123,7 +123,7 @@ ALIASES
123
123
$ heroku repo:purge_cache
124
124
```
125
125
126
- _ See code: [ src/commands/repo/purge-cache.ts] ( https://github.com/heroku/heroku-repo/blob/v1 .0.14 /src/commands/repo/purge-cache.ts ) _
126
+ _ See code: [ src/commands/repo/purge-cache.ts] ( https://github.com/heroku/heroku-repo/blob/v2 .0.0 /src/commands/repo/purge-cache.ts ) _
127
127
128
128
## ` heroku repo:reset `
129
129
@@ -141,5 +141,5 @@ DESCRIPTION
141
141
reset the repo
142
142
```
143
143
144
- _ See code: [ src/commands/repo/reset.ts] ( https://github.com/heroku/heroku-repo/blob/v1 .0.14 /src/commands/repo/reset.ts ) _
144
+ _ See code: [ src/commands/repo/reset.ts] ( https://github.com/heroku/heroku-repo/blob/v2 .0.0 /src/commands/repo/reset.ts ) _
145
145
<!-- commandsstop -->
0 commit comments