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
@@ -41,19 +41,19 @@ The Docker Container will output the generated files at `/etc/connector`. Please
41
41
42
42
```
43
43
# get command documentation/help
44
-
docker run --rm ghcr.io/hasura/ndc-open-api-lambda:v0.1.5 update -h
44
+
docker run --rm ghcr.io/hasura/ndc-open-api-lambda:v0.2.0 update -h
45
45
46
46
# run the code generation (using env vars)
47
-
docker run --rm -v ./:/etc/connector/ -e NDC_OAS_DOCUMENT_URI=${url to open API document} ghcr.io/hasura/ndc-open-api-lambda:v0.1.5 update
47
+
docker run --rm -v ./:/etc/connector/ -e NDC_OAS_DOCUMENT_URI=${url to open API document} ghcr.io/hasura/ndc-open-api-lambda:v0.2.0 update
48
48
49
49
# run the code generation (using CLI flags)
50
-
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v0.1.5 update --open-api ${url to open API document}
50
+
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v0.2.0 update --open-api ${url to open API document}
51
51
52
52
# with baseUrl (using env vars)
53
-
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:v0.1.5 update
53
+
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:v0.2.0 update
54
54
55
55
# with baseUrl (using CLI flags)
56
-
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v0.1.5 update --open-api ${url to open API document} --base-url http://demoapi.com/
56
+
docker run --rm -v ./:/etc/connector/ ghcr.io/hasura/ndc-open-api-lambda:v0.2.0 update --open-api ${url to open API document} --base-url http://demoapi.com/
0 commit comments