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
@@ -51,19 +51,19 @@ The Docker Container will output the generated files at `/etc/connector`. Please
51
51
52
52
```
53
53
# get command documentation/help
54
-
docker run --rm ghcr.io/hasura/ndc-open-api-lambda:v1.1.0 update -h
54
+
docker run --rm ghcr.io/hasura/ndc-open-api-lambda:v1.2.0 update -h
55
55
56
56
# run the code generation (using env vars)
57
-
docker run --rm -v ./:/etc/connector/ -e NDC_OAS_DOCUMENT_URI=${url to open API document} ghcr.io/hasura/ndc-open-api-lambda:v1.1.0 update
57
+
docker run --rm -v ./:/etc/connector/ -e NDC_OAS_DOCUMENT_URI=${url to open API document} ghcr.io/hasura/ndc-open-api-lambda:v1.2.0 update
58
58
59
59
# run the code generation (using CLI flags)
60
-
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v1.1.0 update --open-api ${url to open API document}
60
+
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v1.2.0 update --open-api ${url to open API document}
61
61
62
62
# with baseUrl (using env vars)
63
-
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.1.0 update
63
+
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.2.0 update
64
64
65
65
# with baseUrl (using CLI flags)
66
-
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v1.1.0 update --open-api ${url to open API document} --base-url http://demoapi.com/
66
+
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v1.2.0 update --open-api ${url to open API document} --base-url http://demoapi.com/
0 commit comments