Skip to content

Commit 0010143

Browse files
committed
Move cli into ./tools
* relocate cli into tools folder * add section on cli in tools/README.md * add src files in .gitignore
1 parent 86cefa1 commit 0010143

55 files changed

Lines changed: 14 additions & 14 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tools/README.md

Lines changed: 12 additions & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

cli/GNUmakefile renamed to tools/cli/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ openapi-generate: .openapi_cache
119119
OPENAPI_GENERATOR_DOWNLOAD_CACHE_DIR="$(CURDIR)/.openapi_cache" \
120120
$(CURDIR)/build/openapi-generator-cli.sh \
121121
generate \
122-
--input-spec "$(CURDIR)/../docs/unit-openapi.yaml" \
122+
--input-spec "$(CURDIR)/../../docs/unit-openapi.yaml" \
123123
--config "$(CURDIR)/openapi-config.json" \
124124
--template-dir "$(CURDIR)/unit-openapi/openapi-templates" \
125125
--output "$(CURDIR)/unit-openapi" \

cli/README.md renamed to tools/cli/README.md

Lines changed: 1 addition & 13 deletions

0 commit comments

Comments
 (0)