@@ -17,7 +17,7 @@ $ npm install -g @heroku-cli/plugin-data-privatelink
1717$ heroku COMMAND
1818running command...
1919$ heroku (-v| --version| version)
20- @heroku-cli/plugin-data-privatelink/1.1 .0 darwin-x64 node-v10.16.0
20+ @heroku-cli/plugin-data-privatelink/1.2 .0 darwin-x64 node-v10.16.0
2121$ heroku --help [COMMAND]
2222USAGE
2323 $ heroku COMMAND
@@ -54,7 +54,7 @@ EXAMPLE
5454 $ heroku data:privatelink postgresql-sushi-12345
5555```
5656
57- _ See code: [ src/commands/data/privatelink/index.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.1 .0/src/commands/data/privatelink/index.ts ) _
57+ _ See code: [ src/commands/data/privatelink/index.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.2 .0/src/commands/data/privatelink/index.ts ) _
5858
5959## ` heroku data:privatelink:access [DATABASE] `
6060
@@ -76,7 +76,7 @@ EXAMPLE
7676 $ heroku data:privatelink:access postgresql-sushi-12345
7777```
7878
79- _ See code: [ src/commands/data/privatelink/access/index.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.1 .0/src/commands/data/privatelink/access/index.ts ) _
79+ _ See code: [ src/commands/data/privatelink/access/index.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.2 .0/src/commands/data/privatelink/access/index.ts ) _
8080
8181## ` heroku data:privatelink:access:add [DATABASE] `
8282
@@ -101,7 +101,7 @@ EXAMPLES
101101 123456789012:user/xyz
102102```
103103
104- _ See code: [ src/commands/data/privatelink/access/add.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.1 .0/src/commands/data/privatelink/access/add.ts ) _
104+ _ See code: [ src/commands/data/privatelink/access/add.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.2 .0/src/commands/data/privatelink/access/add.ts ) _
105105
106106## ` heroku data:privatelink:access:remove [DATABASE] `
107107
@@ -126,7 +126,7 @@ EXAMPLES
126126 123456789012:user/xyz
127127```
128128
129- _ See code: [ src/commands/data/privatelink/access/remove.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.1 .0/src/commands/data/privatelink/access/remove.ts ) _
129+ _ See code: [ src/commands/data/privatelink/access/remove.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.2 .0/src/commands/data/privatelink/access/remove.ts ) _
130130
131131## ` heroku data:privatelink:create [DATABASE] `
132132
@@ -151,7 +151,7 @@ EXAMPLES
151151 123456789012:user/xyz
152152```
153153
154- _ See code: [ src/commands/data/privatelink/create.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.1 .0/src/commands/data/privatelink/create.ts ) _
154+ _ See code: [ src/commands/data/privatelink/create.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.2 .0/src/commands/data/privatelink/create.ts ) _
155155
156156## ` heroku data:privatelink:destroy [DATABASE] `
157157
@@ -173,7 +173,7 @@ EXAMPLE
173173 $ heroku data:privatelink:destroy postgresql-sushi-12345
174174```
175175
176- _ See code: [ src/commands/data/privatelink/destroy.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.1 .0/src/commands/data/privatelink/destroy.ts ) _
176+ _ See code: [ src/commands/data/privatelink/destroy.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.2 .0/src/commands/data/privatelink/destroy.ts ) _
177177
178178## ` heroku data:privatelink:wait [DATABASE] `
179179
@@ -195,5 +195,5 @@ EXAMPLE
195195 $ heroku data:privatelink:wait postgresql-sushi-12345
196196```
197197
198- _ See code: [ src/commands/data/privatelink/wait.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.1 .0/src/commands/data/privatelink/wait.ts ) _
198+ _ See code: [ src/commands/data/privatelink/wait.ts] ( https://github.com/heroku/heroku-data-privatelink-cli/blob/v1.2 .0/src/commands/data/privatelink/wait.ts ) _
199199<!-- commandsstop -->
0 commit comments