@@ -17,7 +17,7 @@ $ npm install -g @heroku-cli/plugin-pg-privatelink
1717$ heroku COMMAND
1818running 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]
2222USAGE
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 -->
0 commit comments