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: docs/documentation.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -131,19 +131,19 @@ The Docker Container will output the generated files at `/etc/connector`. Please
131
131
132
132
```bash
133
133
# get command documentation/help
134
-
docker run --rm ghcr.io/hasura/ndc-open-api-lambda:v1.5.0 update -h
134
+
docker run --rm ghcr.io/hasura/ndc-open-api-lambda:v1.5.1 update -h
135
135
136
136
# run the code generation (using env vars)
137
-
docker run --rm -v ./:/etc/connector/ -e NDC_OAS_DOCUMENT_URI=${url to open API document} ghcr.io/hasura/ndc-open-api-lambda:v1.5.0 update
137
+
docker run --rm -v ./:/etc/connector/ -e NDC_OAS_DOCUMENT_URI=${url to open API document} ghcr.io/hasura/ndc-open-api-lambda:v1.5.1 update
138
138
139
139
# run the code generation (using CLI flags)
140
-
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v1.5.0 update --open-api ${url to open API document}
140
+
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v1.5.1 update --open-api ${url to open API document}
141
141
142
142
# with baseUrl (using env vars)
143
-
docker run --rm -v ./:/etc/connector/ -e NDC_OAS_DOCUMENT_URI=${url to open API document} -e NDC_OAS_BASE_URL=http://demoapi.com/ ghcr.io/hasura/ndc-open-api-lambda:v1.5.0 update
143
+
docker run --rm -v ./:/etc/connector/ -e NDC_OAS_DOCUMENT_URI=${url to open API document} -e NDC_OAS_BASE_URL=http://demoapi.com/ ghcr.io/hasura/ndc-open-api-lambda:v1.5.1 update
144
144
145
145
# with baseUrl (using CLI flags)
146
-
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v1.5.0 update --open-api ${url to open API document} --base-url http://demoapi.com/
146
+
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v1.5.1 update --open-api ${url to open API document} --base-url http://demoapi.com/
0 commit comments