-
-
Notifications
You must be signed in to change notification settings - Fork 2
LinkedQL Refresh
Oxford Harrison edited this page Nov 15, 2024
·
4 revisions
Refresh local schema file.
What it does: updates your local schema file to reflect current state of the DB (with local file changes that have not been committed discarded).
See related ➞
linkedql generate
npx linkedql refreshUse the --select flag to explicitly list schemas to refresh:
npx linkedql refresh --select=database_1,database_3Use the --live flag to automatically refresh in realtime for changes made by other Linked QL clients:
npx linkedql refresh --live