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