Skip to content

LinkedQL Savepoints

Oxford Harrison edited this page Nov 15, 2024 · 3 revisions

DOCSCLI


Command: linkedql savepoints

View all latest savepoints across databases.

What it does: displays a table of the latest savepoints across databases.

Usage

npx linkedql savepoints

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

npx linkedql savepoints --select=database_1,database_3

Use the --forward flag to specify a forward lookup:

npx linkedql savepoints --forward
Clone this wiki locally