generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement Create Module Command Layer (#40)
* add create module command basic layer * add tests for create module flags * restructure and add more test cases * add more tests and improve old tests * add more test cases * fix lint errors and refactor duplicate code * address review comments * add godox support in linting remove TODOs * address review comments * heavy refactor into new command structure * update docs * fix scaffold e2e tests * fix pipeline for unit tests * fix all refactor mishaps * remove NOTE from golangci yaml * update .golangci.yaml fix refactor mishaps minor refactoring * add unit tests for modulectl create validate() fix regular expression for options validation * fix linting * fix documentation * make gendocs happy * gendocs: add custom function for printing flag usage * make linter happy
- Loading branch information
1 parent
b3636b1
commit 9dcc28d
Showing
42 changed files
with
940 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.