@@ -61,7 +61,7 @@ DESCRIPTION
6161 list Heroku AppLink authorized users
6262```
6363
64- _ See code: [ src/commands/applink/authorizations/index.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/applink/authorizations/index.ts ) _
64+ _ See code: [ src/commands/applink/authorizations/index.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/applink/authorizations/index.ts ) _
6565
6666## ` heroku applink:authorizations:info DEVELOPER_NAME `
6767
@@ -83,7 +83,7 @@ DESCRIPTION
8383 show info for a Heroku AppLink authorized user
8484```
8585
86- _ See code: [ src/commands/applink/authorizations/info.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/applink/authorizations/info.ts ) _
86+ _ See code: [ src/commands/applink/authorizations/info.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/applink/authorizations/info.ts ) _
8787
8888## ` heroku applink:connections `
8989
@@ -102,7 +102,7 @@ DESCRIPTION
102102 list Heroku AppLink connections
103103```
104104
105- _ See code: [ src/commands/applink/connections/index.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/applink/connections/index.ts ) _
105+ _ See code: [ src/commands/applink/connections/index.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/applink/connections/index.ts ) _
106106
107107## ` heroku applink:connections:info CONNECTION_NAME `
108108
@@ -124,7 +124,7 @@ DESCRIPTION
124124 show info for a Heroku AppLink connection
125125```
126126
127- _ See code: [ src/commands/applink/connections/info.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/applink/connections/info.ts ) _
127+ _ See code: [ src/commands/applink/connections/info.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/applink/connections/info.ts ) _
128128
129129## ` heroku datacloud:authorizations:add DEVELOPER_NAME `
130130
@@ -151,7 +151,7 @@ DESCRIPTION
151151 store a user's credentials for connecting a Data Cloud org to a Heroku app
152152```
153153
154- _ See code: [ src/commands/datacloud/authorizations/add.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/datacloud/authorizations/add.ts ) _
154+ _ See code: [ src/commands/datacloud/authorizations/add.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/datacloud/authorizations/add.ts ) _
155155
156156## ` heroku datacloud:authorizations:remove DEVELOPER_NAME `
157157
@@ -174,7 +174,7 @@ DESCRIPTION
174174 remove a Data Cloud authorization from a Heroku app
175175```
176176
177- _ See code: [ src/commands/datacloud/authorizations/remove.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/datacloud/authorizations/remove.ts ) _
177+ _ See code: [ src/commands/datacloud/authorizations/remove.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/datacloud/authorizations/remove.ts ) _
178178
179179## ` heroku datacloud:connect CONNECTION_NAME `
180180
@@ -200,7 +200,7 @@ DESCRIPTION
200200 connect a Data Cloud org to a Heroku app
201201```
202202
203- _ See code: [ src/commands/datacloud/connect.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/datacloud/connect.ts ) _
203+ _ See code: [ src/commands/datacloud/connect.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/datacloud/connect.ts ) _
204204
205205## ` heroku datacloud:data-action-target:create LABEL `
206206
@@ -230,7 +230,7 @@ DESCRIPTION
230230 create a Data Cloud data action target for a Heroku app
231231```
232232
233- _ See code: [ src/commands/datacloud/data-action-target/create.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/datacloud/data-action-target/create.ts ) _
233+ _ See code: [ src/commands/datacloud/data-action-target/create.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/datacloud/data-action-target/create.ts ) _
234234
235235## ` heroku datacloud:disconnect CONNECTION_NAME `
236236
@@ -253,7 +253,7 @@ DESCRIPTION
253253 disconnect a Data Cloud org from a Heroku app
254254```
255255
256- _ See code: [ src/commands/datacloud/disconnect.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/datacloud/disconnect.ts ) _
256+ _ See code: [ src/commands/datacloud/disconnect.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/datacloud/disconnect.ts ) _
257257
258258## ` heroku salesforce:authorizations:add DEVELOPER_NAME `
259259
@@ -280,7 +280,7 @@ DESCRIPTION
280280 store a user's credentials for connecting a Salesforce org to a Heroku app
281281```
282282
283- _ See code: [ src/commands/salesforce/authorizations/add.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/salesforce/authorizations/add.ts ) _
283+ _ See code: [ src/commands/salesforce/authorizations/add.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/salesforce/authorizations/add.ts ) _
284284
285285## ` heroku salesforce:authorizations:remove DEVELOPER_NAME `
286286
@@ -303,7 +303,7 @@ DESCRIPTION
303303 remove a Salesforce authorization from a Heroku app
304304```
305305
306- _ See code: [ src/commands/salesforce/authorizations/remove.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/salesforce/authorizations/remove.ts ) _
306+ _ See code: [ src/commands/salesforce/authorizations/remove.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/salesforce/authorizations/remove.ts ) _
307307
308308## ` heroku salesforce:connect CONNECTION_NAME `
309309
@@ -329,7 +329,7 @@ DESCRIPTION
329329 connect a Salesforce org to a Heroku app
330330```
331331
332- _ See code: [ src/commands/salesforce/connect/index.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/salesforce/connect/index.ts ) _
332+ _ See code: [ src/commands/salesforce/connect/index.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/salesforce/connect/index.ts ) _
333333
334334## ` heroku salesforce:connect:jwt CONNECTION_NAME `
335335
@@ -358,7 +358,7 @@ DESCRIPTION
358358 connect a Salesforce org to Heroku app using a JWT auth token
359359```
360360
361- _ See code: [ src/commands/salesforce/connect/jwt.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/salesforce/connect/jwt.ts ) _
361+ _ See code: [ src/commands/salesforce/connect/jwt.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/salesforce/connect/jwt.ts ) _
362362
363363## ` heroku salesforce:disconnect CONNECTION_NAME `
364364
@@ -381,7 +381,7 @@ DESCRIPTION
381381 disconnect a Salesforce org from a Heroku app
382382```
383383
384- _ See code: [ src/commands/salesforce/disconnect.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/salesforce/disconnect.ts ) _
384+ _ See code: [ src/commands/salesforce/disconnect.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/salesforce/disconnect.ts ) _
385385
386386## ` heroku salesforce:publications `
387387
@@ -401,7 +401,7 @@ DESCRIPTION
401401 list Salesforce orgs the app is published to
402402```
403403
404- _ See code: [ src/commands/salesforce/publications.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/salesforce/publications.ts ) _
404+ _ See code: [ src/commands/salesforce/publications.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/salesforce/publications.ts ) _
405405
406406## ` heroku salesforce:publish API_SPEC_FILE_DIR `
407407
@@ -430,5 +430,5 @@ DESCRIPTION
430430 publish an app's API specification to an authenticated Salesforce org
431431```
432432
433- _ See code: [ src/commands/salesforce/publish.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.0.2 /src/commands/salesforce/publish.ts ) _
433+ _ See code: [ src/commands/salesforce/publish.ts] ( https://github.com/heroku/heroku-cli-plugin-applink/blob/v1.1.0 /src/commands/salesforce/publish.ts ) _
434434<!-- commandsstop -->
0 commit comments