Skip to content

Commit b504e6f

Browse files
committed
v0.8.0
1 parent ac45159 commit b504e6f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ npm install -g @heroku-cli/plugin-pg-privatelink
1717
$ heroku COMMAND
1818
running command...
1919
$ heroku (-v|--version|version)
20-
@heroku-cli/plugin-pg-privatelink/0.7.0 darwin-x64 node-v8.13.0
20+
@heroku-cli/plugin-pg-privatelink/0.8.0 darwin-x64 node-v10.15.1
2121
$ heroku --help [COMMAND]
2222
USAGE
2323
$ heroku COMMAND
@@ -49,7 +49,7 @@ EXAMPLE
4949
$ heroku pg:privatelink postgresql-sushi-12345
5050
```
5151

52-
_See code: [src/commands/pg/privatelink/index.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/index.ts)_
52+
_See code: [src/commands/pg/privatelink/index.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.8.0/src/commands/pg/privatelink/index.ts)_
5353

5454
## `heroku pg:privatelink:access [DATABASE]`
5555

@@ -66,7 +66,7 @@ EXAMPLE
6666
$ heroku pg:privatelink:access postgresql-sushi-12345
6767
```
6868

69-
_See code: [src/commands/pg/privatelink/access/index.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/access/index.ts)_
69+
_See code: [src/commands/pg/privatelink/access/index.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.8.0/src/commands/pg/privatelink/access/index.ts)_
7070

7171
## `heroku pg:privatelink:access:add [DATABASE]`
7272

@@ -86,7 +86,7 @@ EXAMPLES
8686
123456789012:user/xyz
8787
```
8888

89-
_See code: [src/commands/pg/privatelink/access/add.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/access/add.ts)_
89+
_See code: [src/commands/pg/privatelink/access/add.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.8.0/src/commands/pg/privatelink/access/add.ts)_
9090

9191
## `heroku pg:privatelink:access:remove [DATABASE]`
9292

@@ -106,7 +106,7 @@ EXAMPLES
106106
123456789012:user/xyz
107107
```
108108

109-
_See code: [src/commands/pg/privatelink/access/remove.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/access/remove.ts)_
109+
_See code: [src/commands/pg/privatelink/access/remove.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.8.0/src/commands/pg/privatelink/access/remove.ts)_
110110

111111
## `heroku pg:privatelink:create [DATABASE]`
112112

@@ -126,7 +126,7 @@ EXAMPLES
126126
123456789012:user/xyz
127127
```
128128

129-
_See code: [src/commands/pg/privatelink/create.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/create.ts)_
129+
_See code: [src/commands/pg/privatelink/create.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.8.0/src/commands/pg/privatelink/create.ts)_
130130

131131
## `heroku pg:privatelink:destroy [DATABASE]`
132132

@@ -143,7 +143,7 @@ EXAMPLE
143143
$ heroku pg:privatelink:destroy postgresql-sushi-12345
144144
```
145145

146-
_See code: [src/commands/pg/privatelink/destroy.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/destroy.ts)_
146+
_See code: [src/commands/pg/privatelink/destroy.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.8.0/src/commands/pg/privatelink/destroy.ts)_
147147

148148
## `heroku pg:privatelink:wait [DATABASE]`
149149

@@ -160,5 +160,5 @@ EXAMPLE
160160
$ heroku pg:privatelink:wait postgresql-sushi-12345
161161
```
162162

163-
_See code: [src/commands/pg/privatelink/wait.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.7.0/src/commands/pg/privatelink/wait.ts)_
163+
_See code: [src/commands/pg/privatelink/wait.ts](https://github.com/heroku/heroku-pg-privatelink-cli/blob/v0.8.0/src/commands/pg/privatelink/wait.ts)_
164164
<!-- 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-pg-privatelink",
33
"description": "Heroku Postgres via PrivateLink CLI",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"author": "Heroku Data UX",
66
"bugs": "https://github.com/heroku/heroku-pg-privatelink-cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)