Skip to content

Commit

Permalink
feat(cli): long running discovery (#599)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
michael-0acf4 authored Mar 18, 2024
1 parent 772dc80 commit 97caf65
Show file tree
Hide file tree
Showing 113 changed files with 16,107 additions and 3,307 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dev-tools/*.vsix
typegate/workers
typegate/codegen
typegate/tests/prisma-migrations
typegate/tests/e2e/cli/prisma-migrations
typegate/tests/importers/copy/
.env
typegate/native/bindings.json
Expand Down
Loading

0 comments on commit 97caf65

Please sign in to comment.