We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DOCS • CLI
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).
See related ➞ linkedql generate
linkedql generate
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