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
*`--waitFor` for the time to wait for test to finish (int + one of: milli, sec, min),
75
-
*`--keycloakClientId` for the Keycloak Realm Service Account ClientId,
76
-
*`--keycloakClientSecret` for the Keycloak Realm Service Account ClientSecret.
77
-
78
-
> Since `0.5.2` release, `microcks-cli` also works in unauthenticated mode, without Keycloak being deployed and configured with your Microcks instance. However, you still have to specify the Keycloak flags on the command even if you put random values there. For eg. `--keycloakClientId=foo --keycloakClientSecret=bar`.
|`--caCerts`| Comma-separated paths of CA cert files |
74
+
|`--keycloakClientId`| Keycloak Realm Service Account ClientId |
75
+
|`--keycloakClientSecret`| Keycloak Realm Service Account ClientSecret |
76
+
|`--microcksURL`| Microcks API URL |
106
77
107
-
Overriden test operations headers is a JSON strings where 1st level keys are operation name (eg. `GET /beer`) or `globals` for header applying to all the operations of the API. Headers are specified as an array of objects defining `key` and `values` properties.
108
78
109
-
Here's below an example of using some of this flags:
*`<specificationFile1[:primary],specificationFile2[:primary]>` : Comma separated list of API specs to import with flag telling if it's a primary artifact. Example: `'specs/my-openapi.yaml:true,specs/my-postmancollection.json:false'`
138
-
139
-
The flags:
140
91
141
-
*`--microcksURL` for the Microcks API endpoint,
142
-
*`--keycloakClientId` for the Keycloak Realm Service Account ClientId,
143
-
*`--keycloakClientSecret` for the Keycloak Realm Service Account ClientSecret.
144
-
145
-
> Since `0.5.2` release, `microcks-cli` also works in unauthenticated mode, without Keycloak being deployed and configured with your Microcks instance. However, you still have to specify the Keycloak flags on the command even if you put random values there. For eg. `--keycloakClientId=foo --keycloakClientSecret=bar`.
0 commit comments