Skip to content

Commit 2e6faa2

Browse files
tarynmusgraveavahahn
authored andcommitted
Move cli into ./tools
* relocate cli into tools folder * add section on cli in tools/README.md * add src files in .gitignore * fix little readme edit Co-developed-by: Ava Hahn <[email protected]> Signed-off-by: Ava Hahn <[email protected]>
1 parent 572e929 commit 2e6faa2

Some content is hidden

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

55 files changed

+16
-15
lines changed

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.
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" \
File renamed without changes.

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

Lines changed: 1 addition & 13 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

cli/unit-openapi/README.md renamed to tools/cli/unit-openapi/README.md

Lines changed: 2 additions & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)