-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement terraform support * close file * use yaml matcher * consolidate cmd flags * document tf cmd behaviour * refactor file finders * remove unnecessary lines * add more tests * refactor crd command to use util functions where possible * fix crd template compilation * fix terraform templating - add the raw flag for when only OpenAPI spec is required - remove implicit assumption on the use of flags - simplify the code * combine common parts of the code across terraform and crds * more cleanup * further cleanup to the code * combine more of similar code into one place --------- Co-authored-by: Nima Kaviani <[email protected]>
- Loading branch information
1 parent
0aa9181
commit bc321d9
Showing
28 changed files
with
1,779 additions
and
349 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
cnoe* | ||
go.sum | ||
.vscode |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
set -e -x -u | ||
|
||
go mod tidy | ||
# go test ./... | ||
go fmt ./cmd/... ./pkg/... | ||
|
||
|
Oops, something went wrong.