You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`sqlc upload` will package up schema, queries and output code and upload it to sqlc Cloud. Uploaded projects are used to verify future sqlc releases; all uploaded code is tested for backwards-incompaitble changes.
* bundler: Add flag to dump request data
Add the `--dry-run` flag to see the exact HTTP request that sqlc will
make to the the upload endpoint.
* docs: Add documentation for the upload subcommand
0 commit comments