You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.didact.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,18 +179,18 @@ To run the integration, you need to link it to the proper configuration, that de
179
179
As alternative, to connect the integration to the **test Minio server** deployed before:
180
180
181
181
```
182
-
kamel run API.java --open-api openapi.yaml --property file:test/minio.properties
182
+
kamel run API.java --open-api file:openapi.yaml --property file:test/minio.properties
183
183
```
184
-
([^ execute](didact://?commandId=vscode.didact.sendNamedTerminalAString&text=camelTerm$$kamel%20run%20API.java%20--open-api%20openapi.yaml%20--property=file%3Atest/minio.properties&completion=Integration%20run."Opens a new terminal and sends the command above"){.didact})
184
+
([^ execute](didact://?commandId=vscode.didact.sendNamedTerminalAString&text=camelTerm$$kamel%20run%20API.java%20--open-api%20file%3Aopenapi.yaml%20--property=file%3Atest/minio.properties&completion=Integration%20run."Opens a new terminal and sends the command above"){.didact})
185
185
186
186
### 4.2 [Alternative 2] Using the S3 service
187
187
188
188
To connect the integration to the **AWS S3 service**:
189
189
190
190
```
191
-
kamel run API.java --open-api openapi.yaml --property file:s3.properties
191
+
kamel run API.java --open-api file:openapi.yaml --property file:s3.properties
192
192
```
193
-
([^ execute](didact://?commandId=vscode.didact.sendNamedTerminalAString&text=camelTerm$$kamel%20run%20API.java%20--open-api%20openapi.yaml%20--property=file%3As3.properties&completion=Integration%20run."Opens a new terminal and sends the command above"){.didact})
193
+
([^ execute](didact://?commandId=vscode.didact.sendNamedTerminalAString&text=camelTerm$$kamel%20run%20API.java%20--open-api%20file%3Aopenapi.yaml%20--property=file%3As3.properties&completion=Integration%20run."Opens a new terminal and sends the command above"){.didact})
194
194
195
195
196
196
## 5. Using the API
@@ -300,18 +300,18 @@ and manage it. This process is accomplished via the `3scale` trait in Camel K.
300
300
As alternative, to connect the integration to the **test Minio server**:
([^ execute](didact://?commandId=vscode.didact.sendNamedTerminalAString&text=camelTerm$$kamel%20run%20API.java%20--property=file%3Atest%2Fminio.properties%20--open-api%20openapi.yaml%20-t%203scale.enabled%3Dtrue%20-t%203scale.description-path%3D%2Fopenapi.json%20--profile%20OpenShift&completion=Integration%20run."Opens a new terminal and sends the command above"){.didact})
305
+
([^ execute](didact://?commandId=vscode.didact.sendNamedTerminalAString&text=camelTerm$$kamel%20run%20API.java%20--property=file%3Atest%2Fminio.properties%20--open-api%20file%3Aopenapi.yaml%20-t%203scale.enabled%3Dtrue%20-t%203scale.description-path%3D%2Fopenapi.json%20--profile%20OpenShift&completion=Integration%20run."Opens a new terminal and sends the command above"){.didact})
306
306
307
307
### 7.2 [Alternative 2] Using the S3 service
308
308
309
309
To connect the integration to the **AWS S3 service**:
([^ execute](didact://?commandId=vscode.didact.sendNamedTerminalAString&text=camelTerm$$kamel%20run%20API.java%20--property=file%3As3.properties%20--open-api%20openapi.yaml%20-t%203scale.enabled%3Dtrue%20-t%203scale.description-path%3D%2Fopenapi.json%20--profile%20OpenShift&completion=Integration%20run."Opens a new terminal and sends the command above"){.didact})
314
+
([^ execute](didact://?commandId=vscode.didact.sendNamedTerminalAString&text=camelTerm$$kamel%20run%20API.java%20--property=file%3As3.properties%20--open-api%20file%3Aopenapi.yaml%20-t%203scale.enabled%3Dtrue%20-t%203scale.description-path%3D%2Fopenapi.json%20--profile%20OpenShift&completion=Integration%20run."Opens a new terminal and sends the command above"){.didact})
315
315
316
316
317
317
After the integration is updated, when looking in the 3scale API manager, you should find the new service.
0 commit comments