Skip to content

Commit ee4d201

Browse files
committed
v2.0.0
1 parent 598c37d commit ee4d201

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ DESCRIPTION
4444
clone the application repo to your local filesystem
4545
```
4646

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)_
4848

4949
## `heroku repo:download [FILENAME]`
5050

@@ -65,7 +65,7 @@ DESCRIPTION
6565
download the application repo as a tarball
6666
```
6767

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)_
6969

7070
## `heroku repo:gc`
7171

@@ -83,7 +83,7 @@ DESCRIPTION
8383
run a git gc --aggressive on an application's repository
8484
```
8585

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)_
8787

8888
## `heroku repo:purge_cache`
8989

@@ -123,7 +123,7 @@ ALIASES
123123
$ heroku repo:purge_cache
124124
```
125125

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)_
127127

128128
## `heroku repo:reset`
129129

@@ -141,5 +141,5 @@ DESCRIPTION
141141
reset the repo
142142
```
143143

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)_
145145
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heroku-cli/plugin-heroku-repo",
33
"description": "Heroku CLI plugin to manipulate the repo",
4-
"version": "1.0.14",
4+
"version": "2.0.0",
55
"author": "Heroku",
66
"bugs": {
77
"url": "https://github.com/heroku/heroku-repo/issues"

0 commit comments

Comments
 (0)