Skip to content

Commit 97caf65

Browse files
feat(cli): long running discovery (#599)
Delegate serialize, deploy, undeploy, unpack work to SDK. #### Motivation and context Remove duplicate logic, thinking of cli as a convenience on top of the SDK. #### Migration notes When meta cli is used, Migration files are unpacked/resolved relative to the typegraph's path, not the process's `workdir`. ### Checklist - [x] The change come with new or modified tests - [x] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change --------- Signed-off-by: Michaël <[email protected]>
1 parent 772dc80 commit 97caf65

File tree

113 files changed

+16107
-3307
lines changed

Some content is hidden

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

113 files changed

+16107
-3307
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dev-tools/*.vsix
2424
typegate/workers
2525
typegate/codegen
2626
typegate/tests/prisma-migrations
27+
typegate/tests/e2e/cli/prisma-migrations
2728
typegate/tests/importers/copy/
2829
.env
2930
typegate/native/bindings.json

0 commit comments

Comments
 (0)