go run main.go serve
As an alternative to the previous step, you can run the gRPC server in debug mode from VSCode. Use Debug Launch
configuration. You can use breakpoints and step through the code.
Make sure source configuration in debug/debug.yml
corresponds your SharePoint environment.
Run the sync:
cloudquery sync debug/debug.yml
See more: debug/README.md