Skip to content
Oxford Harrison edited this page Nov 15, 2024 · 4 revisions

DOCSCLI


Command: 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

Usage

npx linkedql refresh

Use the --select flag to explicitly list schemas to refresh:

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:

npx linkedql refresh --live
Clone this wiki locally