We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
linkedql refresh
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).
npx linkedql refresh
Use the --select flag to explicitly list schemas to refresh:
--select
npx linkedql refresh --select=database_1,database_3
Use the --live flag to automatically refresh in realtime for changes made by other Linked QL clients:
--live
npx linkedql refresh --live