This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace gen-schema Go module with zarf internal gen-types-schema cmd
- Loading branch information
Lucas Rodriguez
committed
Nov 30, 2023
1 parent
261add9
commit 94be272
Showing
7 changed files
with
4 additions
and
1,455 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 was deleted.
Oops, something went wrong.
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,4 +1,4 @@ | ||
#!/usr/bin/env sh | ||
|
||
# Create the json schema for the Zarf structs and use it to create the typescript definitions | ||
go run hack/gen-schema/main.go | npx quicktype -s schema -o ./capabilities/zarf-types.ts | ||
zarf internal gen-types-schema | npx quicktype -s schema -o ./capabilities/zarf-types.ts |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.