Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf836a3c

Browse files
committed
pin to 7.9.0 version of the generator
1 parentffb11fd commitf836a3c

File tree

11 files changed

+421
-383
lines changed

11 files changed

+421
-383
lines changed

‎VERSION‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.1

‎bin/generate.sh‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
#!/bin/bash
22

3-
docker run --rm -v"${PWD}:/local" openapitools/openapi-generator-cli generate \
3+
version=$(cat VERSION)
4+
5+
docker run --rm -v"${PWD}:/local" openapitools/openapi-generator-cli:v7.9.0 generate \
46
-i /local/openapi.yaml \
57
--skip-validate-spec \
68
-g python \
79
-o /local/localstack-sdk-generated \
810
--global-property models,apis,supportingFiles \
911
-p packageName=localstack.sdk \
12+
-p packageVersion=$version \
1013
--template-dir /local/localstack-sdk-generated/templates \
1114
--global-property apiTests=false,modelTests=false \
1215
--global-property apiDocs=false,modelDocs=False
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.9.0-SNAPSHOT
1+
7.9.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp